Shades of Orchid #CC76BC
Tints of Orchid #CC76BC
RGB
CMYK
RGB Variations
Color information
#CC76BC (or 0xCC76BC) is known color: Orchid. HEX triplet: CC, 76 and BC. RGB value is (204,118,188). Sum of RGB (Red+Green+Blue) = 204+118+188=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76BC is #338943. Grayscale: #979797. Windows color (decimal): -3377476 or 12351180. OLE color: 12351180.
HSL color Cylindrical-coordinate representation of color #CC76BC: hue angle of 311.16º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC76BC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 188 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.2 |
| HSL | 311.16º | 0.46% | 0.63% | - |
| HSV(B) | 311.16º | 0.42% | 0.8% | - |
| XYZ | 40.46 | 29.43 | 51.12 | - |
| YUV | 151.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 188 | 0 | 0.42 | 0.08 | 0.2 | 311.16 | 0.46 | 0.63 |
| Hex | CC | 76 | BC | 0 | 2A | 8 | 14 | 137 | 2E | 3F |
| Octal | 314 | 166 | 274 | 0 | 52 | 10 | 24 | 467 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10111100 | 0 | 101010 | 1000 | 10100 | 100110111 | 101110 | 111111 |
Color Harmonies of #CC76BC
Complementary color
Monochromatic Colors of #CC76BC
Black with #CC76BC
Text Example
Text Example
White with #CC76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76BC; }
p { color: rgb(204,118,188); }
H1.HeaderClassName
{
color: #CC76BC;
}
.AnyTagClassName
{
color: #CC76BC;
}
</style>
background-color css
<style>
a { background-color: #CC76BC; }
a { background-color: rgb(204,118,188); }
div.DivClassName
{
background-color: #CC76BC;
}
.BgClassName
{
background-color: #CC76BC;
}
</style>
border-color css
<style>
span { border-color: #CC76BC; }
span { border-color: rgb(204,118,188); }
td.TdClassName
{
border-color: #CC76BC;
}
.TagClassName
{
border-color: #CC76BC;
}
</style>