#CC6EDE

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

Shades of Orchid #CC6EDE

Tints of Orchid #CC6EDE

Color information

#CC6EDE (or 0xCC6EDE) is unknown color: approx Orchid. HEX triplet: CC, 6E and DE. RGB value is (204,110,222). Sum of RGB (Red+Green+Blue) = 204+110+222=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EDE is #339121. Grayscale: #969696. Windows color (decimal): -3379490 or 14577356. OLE color: 14577356.

HSL color Cylindrical-coordinate representation of color #CC6EDE: hue angle of 290.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6EDE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204110222-
CMYK0.080.5000.13
HSL290.36º62.92%65.1%-
HSV(B)290.36º50.45%87.06%-
XYZ43.6629.2672.45-
YUV150.87168.14165.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 110 (43.36% from 255) = 20.52%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=38.06%
G=20.52%
B=41.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041102220.080.5000.13290.3662.9265.1
HexCC6EDE8320D1223f41
Octal314156336106201544277101
Binary110011001101110110111101000110010011011001000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EDE; }

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

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

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

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

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

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

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

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