#CC6ECC

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

Shades of Orchid #CC6ECC

Tints of Orchid #CC6ECC

Color information

#CC6ECC (or 0xCC6ECC) is unknown color: approx Orchid. HEX triplet: CC, 6E and CC. RGB value is (204,110,204). Sum of RGB (Red+Green+Blue) = 204+110+204=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ECC is #339133. Grayscale: #949494. Windows color (decimal): -3379508 or 13397708. OLE color: 13397708.

HSL color Cylindrical-coordinate representation of color #CC6ECC: hue angle of 300º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6ECC is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204110204-
CMYK00.4600.2
HSL300º47.96%61.57%-
HSV(B)300º46.08%80%-
XYZ41.3828.3560.42-
YUV148.82159.14167.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=39.38%
G=21.24%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411020400.4600.230047.9661.57
HexCC6ECC02E01412c303e
Octal3141563140560244546076
Binary110011001101110110011000101110010100100101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ECC; }

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

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

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

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

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

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

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

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