Shades of Orchid #CC7DC0
Tints of Orchid #CC7DC0
RGB
CMYK
RGB Variations
Color information
#CC7DC0 (or 0xCC7DC0) is known color: Orchid. HEX triplet: CC, 7D and C0. RGB value is (204,125,192). Sum of RGB (Red+Green+Blue) = 204+125+192=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DC0 is #33823F. Grayscale: #9C9C9C. Windows color (decimal): -3375680 or 12615116. OLE color: 12615116.
HSL color Cylindrical-coordinate representation of color #CC7DC0: hue angle of 309.11º 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 #CC7DC0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 192 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.2 |
| HSL | 309.11º | 0.44% | 0.65% | - |
| HSV(B) | 309.11º | 0.39% | 0.8% | - |
| XYZ | 41.75 | 31.31 | 53.71 | - |
| YUV | 156.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 192 | 0 | 0.39 | 0.06 | 0.2 | 309.11 | 0.44 | 0.65 |
| Hex | CC | 7D | C0 | 0 | 27 | 6 | 14 | 135 | 2C | 41 |
| Octal | 314 | 175 | 300 | 0 | 47 | 6 | 24 | 465 | 54 | 101 |
| Binary | 11001100 | 1111101 | 11000000 | 0 | 100111 | 110 | 10100 | 100110101 | 101100 | 1000001 |
Color Harmonies of #CC7DC0
Complementary color
Monochromatic Colors of #CC7DC0
Black with #CC7DC0
Text Example
Text Example
White with #CC7DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DC0; }
p { color: rgb(204,125,192); }
H1.HeaderClassName
{
color: #CC7DC0;
}
.AnyTagClassName
{
color: #CC7DC0;
}
</style>
background-color css
<style>
a { background-color: #CC7DC0; }
a { background-color: rgb(204,125,192); }
div.DivClassName
{
background-color: #CC7DC0;
}
.BgClassName
{
background-color: #CC7DC0;
}
</style>
border-color css
<style>
span { border-color: #CC7DC0; }
span { border-color: rgb(204,125,192); }
td.TdClassName
{
border-color: #CC7DC0;
}
.TagClassName
{
border-color: #CC7DC0;
}
</style>