Shades of Orchid #CC76D1
Tints of Orchid #CC76D1
RGB
CMYK
RGB Variations
Color information
#CC76D1 (or 0xCC76D1) is known color: Orchid. HEX triplet: CC, 76 and D1. RGB value is (204,118,209). Sum of RGB (Red+Green+Blue) = 204+118+209=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76D1 is #33892E. Grayscale: #999999. Windows color (decimal): -3377455 or 13727436. OLE color: 13727436.
HSL color Cylindrical-coordinate representation of color #CC76D1: hue angle of 296.7º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC76D1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 118 | 209 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.18 |
| HSL | 296.7º | 0.5% | 0.64% | - |
| HSV(B) | 296.7º | 0.44% | 0.82% | - |
| XYZ | 42.89 | 30.4 | 63.93 | - |
| YUV | 154.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 209 | 0.02 | 0.44 | 0 | 0.18 | 296.7 | 0.5 | 0.64 |
| Hex | CC | 76 | D1 | 2 | 2C | 0 | 12 | 129 | 32 | 40 |
| Octal | 314 | 166 | 321 | 2 | 54 | 0 | 22 | 451 | 62 | 100 |
| Binary | 11001100 | 1110110 | 11010001 | 10 | 101100 | 0 | 10010 | 100101001 | 110010 | 1000000 |
Color Harmonies of #CC76D1
Complementary color
Monochromatic Colors of #CC76D1
Black with #CC76D1
Text Example
Text Example
White with #CC76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76D1; }
p { color: rgb(204,118,209); }
H1.HeaderClassName
{
color: #CC76D1;
}
.AnyTagClassName
{
color: #CC76D1;
}
</style>
background-color css
<style>
a { background-color: #CC76D1; }
a { background-color: rgb(204,118,209); }
div.DivClassName
{
background-color: #CC76D1;
}
.BgClassName
{
background-color: #CC76D1;
}
</style>
border-color css
<style>
span { border-color: #CC76D1; }
span { border-color: rgb(204,118,209); }
td.TdClassName
{
border-color: #CC76D1;
}
.TagClassName
{
border-color: #CC76D1;
}
</style>