Shades of Orchid #CC76DD
Tints of Orchid #CC76DD
RGB
CMYK
RGB Variations
Color information
#CC76DD (or 0xCC76DD) is known color: Orchid. HEX triplet: CC, 76 and DD. RGB value is (204,118,221). Sum of RGB (Red+Green+Blue) = 204+118+221=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76DD is #338922. Grayscale: #9B9B9B. Windows color (decimal): -3377443 or 14513868. OLE color: 14513868.
HSL color Cylindrical-coordinate representation of color #CC76DD: hue angle of 290.1º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC76DD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 118 | 221 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.13 |
| HSL | 290.1º | 0.6% | 0.66% | - |
| HSV(B) | 290.1º | 0.47% | 0.87% | - |
| XYZ | 44.43 | 31.01 | 72.05 | - |
| YUV | 155.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 221 | 0.08 | 0.47 | 0 | 0.13 | 290.1 | 0.6 | 0.66 |
| Hex | CC | 76 | DD | 8 | 2F | 0 | D | 122 | 3C | 42 |
| Octal | 314 | 166 | 335 | 10 | 57 | 0 | 15 | 442 | 74 | 102 |
| Binary | 11001100 | 1110110 | 11011101 | 1000 | 101111 | 0 | 1101 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CC76DD
Complementary color
Monochromatic Colors of #CC76DD
Black with #CC76DD
Text Example
Text Example
White with #CC76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76DD; }
p { color: rgb(204,118,221); }
H1.HeaderClassName
{
color: #CC76DD;
}
.AnyTagClassName
{
color: #CC76DD;
}
</style>
background-color css
<style>
a { background-color: #CC76DD; }
a { background-color: rgb(204,118,221); }
div.DivClassName
{
background-color: #CC76DD;
}
.BgClassName
{
background-color: #CC76DD;
}
</style>
border-color css
<style>
span { border-color: #CC76DD; }
span { border-color: rgb(204,118,221); }
td.TdClassName
{
border-color: #CC76DD;
}
.TagClassName
{
border-color: #CC76DD;
}
</style>