Shades of Orchid #CC7DC9
Tints of Orchid #CC7DC9
RGB
CMYK
RGB Variations
Color information
#CC7DC9 (or 0xCC7DC9) is known color: Orchid. HEX triplet: CC, 7D and C9. RGB value is (204,125,201). Sum of RGB (Red+Green+Blue) = 204+125+201=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DC9 is #338236. Grayscale: #9D9D9D. Windows color (decimal): -3375671 or 13204940. OLE color: 13204940.
HSL color Cylindrical-coordinate representation of color #CC7DC9: hue angle of 302.28º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DC9 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 201 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.2 |
| HSL | 302.28º | 0.44% | 0.65% | - |
| HSV(B) | 302.28º | 0.39% | 0.8% | - |
| XYZ | 42.78 | 31.72 | 59.13 | - |
| YUV | 157.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 201 | 0 | 0.39 | 0.01 | 0.2 | 302.28 | 0.44 | 0.65 |
| Hex | CC | 7D | C9 | 0 | 27 | 1 | 14 | 12E | 2C | 41 |
| Octal | 314 | 175 | 311 | 0 | 47 | 1 | 24 | 456 | 54 | 101 |
| Binary | 11001100 | 1111101 | 11001001 | 0 | 100111 | 1 | 10100 | 100101110 | 101100 | 1000001 |
Color Harmonies of #CC7DC9
Complementary color
Monochromatic Colors of #CC7DC9
Black with #CC7DC9
Text Example
Text Example
White with #CC7DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DC9; }
p { color: rgb(204,125,201); }
H1.HeaderClassName
{
color: #CC7DC9;
}
.AnyTagClassName
{
color: #CC7DC9;
}
</style>
background-color css
<style>
a { background-color: #CC7DC9; }
a { background-color: rgb(204,125,201); }
div.DivClassName
{
background-color: #CC7DC9;
}
.BgClassName
{
background-color: #CC7DC9;
}
</style>
border-color css
<style>
span { border-color: #CC7DC9; }
span { border-color: rgb(204,125,201); }
td.TdClassName
{
border-color: #CC7DC9;
}
.TagClassName
{
border-color: #CC7DC9;
}
</style>