#cc6dc9

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

Shades of Orchid #CC6DC9

Tints of Orchid #CC6DC9

Color information

#CC6DC9 (or 0xCC6DC9) is unknown color: approx Orchid. HEX triplet: CC, 6D and C9. RGB value is (204,109,201). Sum of RGB (Red+Green+Blue) = 204+109+201=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DC9 is #339236. Grayscale: #939393. Windows color (decimal): -3379767 or 13200844. OLE color: 13200844.

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

Color convert

RGB204109201-
CMYK00.470.010.2
HSL301.89º48.22%61.37%-
HSV(B)301.89º46.57%80%-
XYZ40.9127.9958.5-
YUV147.89157.97168.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=39.69%
G=21.21%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410920100.470.010.2301.8948.2261.37
HexCC6DC902F11412e303d
Octal3141553110571244566075
Binary110011001101101110010010101111110100100101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6dc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6dc9; }

 p { color: rgb(204,109,201); }

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

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

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

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

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

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

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