Shades of Orchid #CC6EC0
Tints of Orchid #CC6EC0
RGB
CMYK
RGB Variations
Color information
#CC6EC0 (or 0xCC6EC0) is known color: Orchid. HEX triplet: CC, 6E and C0. RGB value is (204,110,192). Sum of RGB (Red+Green+Blue) = 204+110+192=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EC0 is #33913F. Grayscale: #939393. Windows color (decimal): -3379520 or 12611276. OLE color: 12611276.
HSL color Cylindrical-coordinate representation of color #CC6EC0: hue angle of 307.66º 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 #CC6EC0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 192 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.2 |
| HSL | 307.66º | 0.48% | 0.62% | - |
| HSV(B) | 307.66º | 0.46% | 0.8% | - |
| XYZ | 39.99 | 27.8 | 53.13 | - |
| YUV | 147.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 192 | 0 | 0.46 | 0.06 | 0.2 | 307.66 | 0.48 | 0.62 |
| Hex | CC | 6E | C0 | 0 | 2E | 6 | 14 | 134 | 30 | 3E |
| Octal | 314 | 156 | 300 | 0 | 56 | 6 | 24 | 464 | 60 | 76 |
| Binary | 11001100 | 1101110 | 11000000 | 0 | 101110 | 110 | 10100 | 100110100 | 110000 | 111110 |
Color Harmonies of #CC6EC0
Complementary color
Monochromatic Colors of #CC6EC0
Black with #CC6EC0
Text Example
Text Example
White with #CC6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EC0; }
p { color: rgb(204,110,192); }
H1.HeaderClassName
{
color: #CC6EC0;
}
.AnyTagClassName
{
color: #CC6EC0;
}
</style>
background-color css
<style>
a { background-color: #CC6EC0; }
a { background-color: rgb(204,110,192); }
div.DivClassName
{
background-color: #CC6EC0;
}
.BgClassName
{
background-color: #CC6EC0;
}
</style>
border-color css
<style>
span { border-color: #CC6EC0; }
span { border-color: rgb(204,110,192); }
td.TdClassName
{
border-color: #CC6EC0;
}
.TagClassName
{
border-color: #CC6EC0;
}
</style>