#C642F9

Color #C642F9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C642F9

Tints of Medium Orchid #C642F9

Color information

#C642F9 (or 0xC642F9) is unknown color: approx Medium Orchid. HEX triplet: C6, 42 and F9. RGB value is (198,66,249). Sum of RGB (Red+Green+Blue) = 198+66+249=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #C642F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642F9 is #39BD06. Grayscale: #7D7D7D. Windows color (decimal): -3783943 or 16335558. OLE color: 16335558.

HSL color Cylindrical-coordinate representation of color #C642F9: hue angle of 283.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C642F9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19866249-
CMYK0.200.7300.02
HSL283.28º93.85%61.76%-
HSV(B)283.28º73.49%97.65%-
XYZ42.3422.7491.78-
YUV126.33197.23179.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 66 (26.17% from 255) = 12.87%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=38.60%
G=12.87%
B=48.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal198662490.200.7300.02283.2893.8561.76
HexC642F914490211b5e3e
Octal306102371241110243313676
Binary110001101000010111110011010010010010101000110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C642F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C642F9; }

 p { color: rgb(198,66,249); }

 H1.HeaderClassName
 {
   color: #C642F9;
 }
 .AnyTagClassName
 {
   color: #C642F9;
 }
</style>
background-color css

<style>
 a { background-color: #C642F9; }

 a { background-color: rgb(198,66,249); }

 div.DivClassName
 {
   background-color: #C642F9;
 }
 .BgClassName
 {
   background-color: #C642F9;
 }
</style>
border-color css

<style>
 span { border-color: #C642F9; }

 span { border-color: rgb(198,66,249); }

 td.TdClassName
 {
   border-color: #C642F9;
 }
 .TagClassName
 {
   border-color: #C642F9;
 }
</style>