#CC6ED9

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

Shades of Orchid #CC6ED9

Tints of Orchid #CC6ED9

Color information

#CC6ED9 (or 0xCC6ED9) is unknown color: approx Orchid. HEX triplet: CC, 6E and D9. RGB value is (204,110,217). Sum of RGB (Red+Green+Blue) = 204+110+217=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED9 is #339126. Grayscale: #959595. Windows color (decimal): -3379495 or 14249676. OLE color: 14249676.

HSL color Cylindrical-coordinate representation of color #CC6ED9: hue angle of 292.71º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6ED9 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204110217-
CMYK0.060.4900.15
HSL292.71º58.47%64.12%-
HSV(B)292.71º49.31%85.1%-
XYZ432968.98-
YUV150.3165.64166.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=38.42%
G=20.72%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041102170.060.4900.15292.7158.4764.12
HexCC6ED96310F1253a40
Octal31415633166101744572100
Binary11001100110111011011001110110001011111001001011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ED9; }

 p { color: rgb(204,110,217); }

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

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

 a { background-color: rgb(204,110,217); }

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

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

 span { border-color: rgb(204,110,217); }

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