#CC6FCD

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

Shades of Orchid #CC6FCD

Tints of Orchid #CC6FCD

Color information

#CC6FCD (or 0xCC6FCD) is unknown color: approx Orchid. HEX triplet: CC, 6F and CD. RGB value is (204,111,205). Sum of RGB (Red+Green+Blue) = 204+111+205=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FCD is #339032. Grayscale: #959595. Windows color (decimal): -3379251 or 13463500. OLE color: 13463500.

HSL color Cylindrical-coordinate representation of color #CC6FCD: hue angle of 299.36º 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 #CC6FCD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204111205-
CMYK0.000.4600.20
HSL299.36º48.45%61.96%-
HSV(B)299.36º45.85%80.39%-
XYZ41.6128.6161.09-
YUV149.52159.31166.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=39.23%
G=21.35%
B=39.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041112050.000.4600.20299.3648.4561.96
HexCC6FCD02E01412b303e
Octal3141573150560244536076
Binary110011001101111110011010101110010100100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FCD; }

 p { color: rgb(204,111,205); }

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

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

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

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

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

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

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