#C66ECE

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

Shades of Orchid #C66ECE

Tints of Orchid #C66ECE

Color information

#C66ECE (or 0xC66ECE) is unknown color: approx Orchid. HEX triplet: C6, 6E and CE. RGB value is (198,110,206). Sum of RGB (Red+Green+Blue) = 198+110+206=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C66ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ECE is #399131. Grayscale: #929292. Windows color (decimal): -3772722 or 13528774. OLE color: 13528774.

HSL color Cylindrical-coordinate representation of color #C66ECE: hue angle of 295º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66ECE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198110206-
CMYK0.040.4700.19
HSL295º49.48%61.96%-
HSV(B)295º46.6%80.78%-
XYZ40.0127.6161.61-
YUV147.26161.15164.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 110 (43.36% from 255) = 21.40%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=38.52%
G=21.40%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981102060.040.4700.1929549.4861.96
HexC66ECE42F013127313e
Octal3061563164570234476176
Binary11000110110111011001110100101111010011100100111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ECE; }

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

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

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

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

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

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

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

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