Shades of Orchid #CC7EC9
Tints of Orchid #CC7EC9
RGB
CMYK
RGB Variations
Color information
#CC7EC9 (or 0xCC7EC9) is known color: Orchid. HEX triplet: CC, 7E and C9. RGB value is (204,126,201). Sum of RGB (Red+Green+Blue) = 204+126+201=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EC9 is #338136. Grayscale: #9D9D9D. Windows color (decimal): -3375415 or 13205196. OLE color: 13205196.
HSL color Cylindrical-coordinate representation of color #CC7EC9: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EC9 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 201 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.2 |
| HSL | 302.31º | 0.43% | 0.65% | - |
| HSV(B) | 302.31º | 0.38% | 0.8% | - |
| XYZ | 42.91 | 31.98 | 59.17 | - |
| YUV | 157.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 201 | 0 | 0.38 | 0.01 | 0.2 | 302.31 | 0.43 | 0.65 |
| Hex | CC | 7E | C9 | 0 | 26 | 1 | 14 | 12E | 2B | 41 |
| Octal | 314 | 176 | 311 | 0 | 46 | 1 | 24 | 456 | 53 | 101 |
| Binary | 11001100 | 1111110 | 11001001 | 0 | 100110 | 1 | 10100 | 100101110 | 101011 | 1000001 |
Color Harmonies of #CC7EC9
Complementary color
Monochromatic Colors of #CC7EC9
Black with #CC7EC9
Text Example
Text Example
White with #CC7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7EC9; }
p { color: rgb(204,126,201); }
H1.HeaderClassName
{
color: #CC7EC9;
}
.AnyTagClassName
{
color: #CC7EC9;
}
</style>
background-color css
<style>
a { background-color: #CC7EC9; }
a { background-color: rgb(204,126,201); }
div.DivClassName
{
background-color: #CC7EC9;
}
.BgClassName
{
background-color: #CC7EC9;
}
</style>
border-color css
<style>
span { border-color: #CC7EC9; }
span { border-color: rgb(204,126,201); }
td.TdClassName
{
border-color: #CC7EC9;
}
.TagClassName
{
border-color: #CC7EC9;
}
</style>