Shades of Orchid #CC6CCE
Tints of Orchid #CC6CCE
RGB
CMYK
RGB Variations
Color information
#CC6CCE (or 0xCC6CCE) is known color: Orchid. HEX triplet: CC, 6C and CE. RGB value is (204,108,206). Sum of RGB (Red+Green+Blue) = 204+108+206=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CCE is #339331. Grayscale: #939393. Windows color (decimal): -3380018 or 13528268. OLE color: 13528268.
HSL color Cylindrical-coordinate representation of color #CC6CCE: hue angle of 298.78º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6CCE is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 108 | 206 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.19 |
| HSL | 298.78º | 0.5% | 0.62% | - |
| HSV(B) | 298.78º | 0.48% | 0.81% | - |
| XYZ | 41.4 | 28.02 | 61.62 | - |
| YUV | 147.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 206 | 0.01 | 0.48 | 0 | 0.19 | 298.78 | 0.5 | 0.62 |
| Hex | CC | 6C | CE | 1 | 30 | 0 | 13 | 12B | 32 | 3E |
| Octal | 314 | 154 | 316 | 1 | 60 | 0 | 23 | 453 | 62 | 76 |
| Binary | 11001100 | 1101100 | 11001110 | 1 | 110000 | 0 | 10011 | 100101011 | 110010 | 111110 |
Color Harmonies of #CC6CCE
Complementary color
Monochromatic Colors of #CC6CCE
Black with #CC6CCE
Text Example
Text Example
White with #CC6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6CCE; }
p { color: rgb(204,108,206); }
H1.HeaderClassName
{
color: #CC6CCE;
}
.AnyTagClassName
{
color: #CC6CCE;
}
</style>
background-color css
<style>
a { background-color: #CC6CCE; }
a { background-color: rgb(204,108,206); }
div.DivClassName
{
background-color: #CC6CCE;
}
.BgClassName
{
background-color: #CC6CCE;
}
</style>
border-color css
<style>
span { border-color: #CC6CCE; }
span { border-color: rgb(204,108,206); }
td.TdClassName
{
border-color: #CC6CCE;
}
.TagClassName
{
border-color: #CC6CCE;
}
</style>