Shades of Orchid #CC76D9
Tints of Orchid #CC76D9
RGB
CMYK
RGB Variations
Color information
#CC76D9 (or 0xCC76D9) is known color: Orchid. HEX triplet: CC, 76 and D9. RGB value is (204,118,217). Sum of RGB (Red+Green+Blue) = 204+118+217=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC76D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76D9 is #338926. Grayscale: #9A9A9A. Windows color (decimal): -3377447 or 14251724. OLE color: 14251724.
HSL color Cylindrical-coordinate representation of color #CC76D9: hue angle of 292.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC76D9 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 118 | 217 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.15 |
| HSL | 292.12º | 0.57% | 0.66% | - |
| HSV(B) | 292.12º | 0.46% | 0.85% | - |
| XYZ | 43.9 | 30.8 | 69.28 | - |
| YUV | 155 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 217 | 0.06 | 0.46 | 0 | 0.15 | 292.12 | 0.57 | 0.66 |
| Hex | CC | 76 | D9 | 6 | 2E | 0 | F | 124 | 39 | 42 |
| Octal | 314 | 166 | 331 | 6 | 56 | 0 | 17 | 444 | 71 | 102 |
| Binary | 11001100 | 1110110 | 11011001 | 110 | 101110 | 0 | 1111 | 100100100 | 111001 | 1000010 |
Color Harmonies of #CC76D9
Complementary color
Monochromatic Colors of #CC76D9
Black with #CC76D9
Text Example
Text Example
White with #CC76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76D9; }
p { color: rgb(204,118,217); }
H1.HeaderClassName
{
color: #CC76D9;
}
.AnyTagClassName
{
color: #CC76D9;
}
</style>
background-color css
<style>
a { background-color: #CC76D9; }
a { background-color: rgb(204,118,217); }
div.DivClassName
{
background-color: #CC76D9;
}
.BgClassName
{
background-color: #CC76D9;
}
</style>
border-color css
<style>
span { border-color: #CC76D9; }
span { border-color: rgb(204,118,217); }
td.TdClassName
{
border-color: #CC76D9;
}
.TagClassName
{
border-color: #CC76D9;
}
</style>