Shades of Orchid #CC76D8
Tints of Orchid #CC76D8
RGB
CMYK
RGB Variations
Color information
#CC76D8 (or 0xCC76D8) is known color: Orchid. HEX triplet: CC, 76 and D8. RGB value is (204,118,216). Sum of RGB (Red+Green+Blue) = 204+118+216=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76D8 is #338927. Grayscale: #9A9A9A. Windows color (decimal): -3377448 or 14186188. OLE color: 14186188.
HSL color Cylindrical-coordinate representation of color #CC76D8: hue angle of 292.65º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC76D8 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 118 | 216 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.15 |
| HSL | 292.65º | 0.56% | 0.65% | - |
| HSV(B) | 292.65º | 0.45% | 0.85% | - |
| XYZ | 43.77 | 30.75 | 68.59 | - |
| YUV | 154.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 216 | 0.06 | 0.45 | 0 | 0.15 | 292.65 | 0.56 | 0.65 |
| Hex | CC | 76 | D8 | 6 | 2D | 0 | F | 125 | 38 | 41 |
| Octal | 314 | 166 | 330 | 6 | 55 | 0 | 17 | 445 | 70 | 101 |
| Binary | 11001100 | 1110110 | 11011000 | 110 | 101101 | 0 | 1111 | 100100101 | 111000 | 1000001 |
Color Harmonies of #CC76D8
Complementary color
Monochromatic Colors of #CC76D8
Black with #CC76D8
Text Example
Text Example
White with #CC76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76D8; }
p { color: rgb(204,118,216); }
H1.HeaderClassName
{
color: #CC76D8;
}
.AnyTagClassName
{
color: #CC76D8;
}
</style>
background-color css
<style>
a { background-color: #CC76D8; }
a { background-color: rgb(204,118,216); }
div.DivClassName
{
background-color: #CC76D8;
}
.BgClassName
{
background-color: #CC76D8;
}
</style>
border-color css
<style>
span { border-color: #CC76D8; }
span { border-color: rgb(204,118,216); }
td.TdClassName
{
border-color: #CC76D8;
}
.TagClassName
{
border-color: #CC76D8;
}
</style>