#C66ED6

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

Shades of Orchid #C66ED6

Tints of Orchid #C66ED6

Color information

#C66ED6 (or 0xC66ED6) is unknown color: approx Orchid. HEX triplet: C6, 6E and D6. RGB value is (198,110,214). Sum of RGB (Red+Green+Blue) = 198+110+214=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #C66ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED6 is #399129. Grayscale: #939393. Windows color (decimal): -3772714 or 14053062. OLE color: 14053062.

HSL color Cylindrical-coordinate representation of color #C66ED6: hue angle of 290.77º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66ED6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198110214-
CMYK0.070.4900.16
HSL290.77º55.91%63.53%-
HSV(B)290.77º48.6%83.92%-
XYZ4128.0166.86-
YUV148.17165.15163.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 110 (43.36% from 255) = 21.07%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=37.93%
G=21.07%
B=41.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981102140.070.4900.16290.7755.9163.53
HexC66ED67310101233840
Octal30615632676102044370100
Binary110001101101110110101101111100010100001001000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ED6; }

 p { color: rgb(198,110,214); }

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

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

 a { background-color: rgb(198,110,214); }

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

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

 span { border-color: rgb(198,110,214); }

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