#CC6CD0

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

Shades of Orchid #CC6CD0

Tints of Orchid #CC6CD0

Color information

#CC6CD0 (or 0xCC6CD0) is unknown color: approx Orchid. HEX triplet: CC, 6C and D0. RGB value is (204,108,208). Sum of RGB (Red+Green+Blue) = 204+108+208=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC6CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CD0 is #33932F. Grayscale: #939393. Windows color (decimal): -3380016 or 13659340. OLE color: 13659340.

HSL color Cylindrical-coordinate representation of color #CC6CD0: hue angle of 297.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6CD0 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204108208-
CMYK0.020.4800.18
HSL297.6º51.55%61.96%-
HSV(B)297.6º48.08%81.57%-
XYZ41.6528.1262.91-
YUV148.1161.8167.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 108 (42.58% from 255) = 20.77%
BLUE value IS 208 (81.64% from 255) = 40%
R=39.23%
G=20.77%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041082080.020.4800.18297.651.5561.96
HexCC6CD023001212a343e
Octal3141543202600224526476
Binary1100110011011001101000010110000010010100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CD0; }

 p { color: rgb(204,108,208); }

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

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

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

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

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

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

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