#CC66E6

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

Shades of Orchid #CC66E6

Tints of Orchid #CC66E6

Color information

#CC66E6 (or 0xCC66E6) is unknown color: approx Orchid. HEX triplet: CC, 66 and E6. RGB value is (204,102,230). Sum of RGB (Red+Green+Blue) = 204+102+230=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66E6 is #339919. Grayscale: #929292. Windows color (decimal): -3381530 or 15099596. OLE color: 15099596.

HSL color Cylindrical-coordinate representation of color #CC66E6: hue angle of 287.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC66E6 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204102230-
CMYK0.110.5600.10
HSL287.81º71.91%65.1%-
HSV(B)287.81º55.65%90.2%-
XYZ43.9428.0577.96-
YUV147.09174.79168.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=38.06%
G=19.03%
B=42.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041022300.110.5600.10287.8171.9165.1
HexCC66E6B380A1204841
Octal3141463461370012440110101
Binary1100110011001101110011010111110000101010010000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66E6; }

 p { color: rgb(204,102,230); }

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

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

 a { background-color: rgb(204,102,230); }

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

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

 span { border-color: rgb(204,102,230); }

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