Shades of Orchid #CC76BD
Tints of Orchid #CC76BD
RGB
CMYK
RGB Variations
Color information
#CC76BD (or 0xCC76BD) is known color: Orchid. HEX triplet: CC, 76 and BD. RGB value is (204,118,189). Sum of RGB (Red+Green+Blue) = 204+118+189=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76BD is #338942. Grayscale: #979797. Windows color (decimal): -3377475 or 12416716. OLE color: 12416716.
HSL color Cylindrical-coordinate representation of color #CC76BD: hue angle of 310.47º 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 #CC76BD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 189 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.2 |
| HSL | 310.47º | 0.46% | 0.63% | - |
| HSV(B) | 310.47º | 0.42% | 0.8% | - |
| XYZ | 40.57 | 29.47 | 51.69 | - |
| YUV | 151.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 189 | 0 | 0.42 | 0.07 | 0.2 | 310.47 | 0.46 | 0.63 |
| Hex | CC | 76 | BD | 0 | 2A | 7 | 14 | 136 | 2E | 3F |
| Octal | 314 | 166 | 275 | 0 | 52 | 7 | 24 | 466 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10111101 | 0 | 101010 | 111 | 10100 | 100110110 | 101110 | 111111 |
Color Harmonies of #CC76BD
Complementary color
Monochromatic Colors of #CC76BD
Black with #CC76BD
Text Example
Text Example
White with #CC76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76BD; }
p { color: rgb(204,118,189); }
H1.HeaderClassName
{
color: #CC76BD;
}
.AnyTagClassName
{
color: #CC76BD;
}
</style>
background-color css
<style>
a { background-color: #CC76BD; }
a { background-color: rgb(204,118,189); }
div.DivClassName
{
background-color: #CC76BD;
}
.BgClassName
{
background-color: #CC76BD;
}
</style>
border-color css
<style>
span { border-color: #CC76BD; }
span { border-color: rgb(204,118,189); }
td.TdClassName
{
border-color: #CC76BD;
}
.TagClassName
{
border-color: #CC76BD;
}
</style>