Shades of Orchid #CC6EC9
Tints of Orchid #CC6EC9
RGB
CMYK
RGB Variations
Color information
#CC6EC9 (or 0xCC6EC9) is known color: Orchid. HEX triplet: CC, 6E and C9. RGB value is (204,110,201). Sum of RGB (Red+Green+Blue) = 204+110+201=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EC9 is #339136. Grayscale: #949494. Windows color (decimal): -3379511 or 13201100. OLE color: 13201100.
HSL color Cylindrical-coordinate representation of color #CC6EC9: hue angle of 301.91º 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 #CC6EC9 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 201 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.2 |
| HSL | 301.91º | 0.48% | 0.62% | - |
| HSV(B) | 301.91º | 0.46% | 0.8% | - |
| XYZ | 41.02 | 28.21 | 58.54 | - |
| YUV | 148.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 201 | 0 | 0.46 | 0.01 | 0.2 | 301.91 | 0.48 | 0.62 |
| Hex | CC | 6E | C9 | 0 | 2E | 1 | 14 | 12E | 30 | 3E |
| Octal | 314 | 156 | 311 | 0 | 56 | 1 | 24 | 456 | 60 | 76 |
| Binary | 11001100 | 1101110 | 11001001 | 0 | 101110 | 1 | 10100 | 100101110 | 110000 | 111110 |
Color Harmonies of #CC6EC9
Complementary color
Monochromatic Colors of #CC6EC9
Black with #CC6EC9
Text Example
Text Example
White with #CC6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EC9; }
p { color: rgb(204,110,201); }
H1.HeaderClassName
{
color: #CC6EC9;
}
.AnyTagClassName
{
color: #CC6EC9;
}
</style>
background-color css
<style>
a { background-color: #CC6EC9; }
a { background-color: rgb(204,110,201); }
div.DivClassName
{
background-color: #CC6EC9;
}
.BgClassName
{
background-color: #CC6EC9;
}
</style>
border-color css
<style>
span { border-color: #CC6EC9; }
span { border-color: rgb(204,110,201); }
td.TdClassName
{
border-color: #CC6EC9;
}
.TagClassName
{
border-color: #CC6EC9;
}
</style>