#C66CCE

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

Shades of Orchid #C66CCE

Tints of Orchid #C66CCE

Color information

#C66CCE (or 0xC66CCE) is unknown color: approx Orchid. HEX triplet: C6, 6C and CE. RGB value is (198,108,206). Sum of RGB (Red+Green+Blue) = 198+108+206=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C66CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCE is #399331. Grayscale: #919191. Windows color (decimal): -3773234 or 13528262. OLE color: 13528262.

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

Color convert

RGB198108206-
CMYK0.040.4800.19
HSL295.1º50%61.57%-
HSV(B)295.1º47.57%80.78%-
XYZ39.7927.1961.54-
YUV146.08161.82165.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=38.67%
G=21.09%
B=40.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981082060.040.4800.19295.15061.57
HexC66CCE430013127323e
Octal3061543164600234476276
Binary11000110110110011001110100110000010011100100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66CCE; }

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

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

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

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

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

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

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

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