Shades of Orchid #CC76BE
Tints of Orchid #CC76BE
RGB
CMYK
RGB Variations
Color information
#CC76BE (or 0xCC76BE) is known color: Orchid. HEX triplet: CC, 76 and BE. RGB value is (204,118,190). Sum of RGB (Red+Green+Blue) = 204+118+190=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76BE is #338941. Grayscale: #979797. Windows color (decimal): -3377474 or 12482252. OLE color: 12482252.
HSL color Cylindrical-coordinate representation of color #CC76BE: hue angle of 309.77º 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 #CC76BE is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 190 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.2 |
| HSL | 309.77º | 0.46% | 0.63% | - |
| HSV(B) | 309.77º | 0.42% | 0.8% | - |
| XYZ | 40.67 | 29.51 | 52.27 | - |
| YUV | 151.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 190 | 0 | 0.42 | 0.07 | 0.2 | 309.77 | 0.46 | 0.63 |
| Hex | CC | 76 | BE | 0 | 2A | 7 | 14 | 136 | 2E | 3F |
| Octal | 314 | 166 | 276 | 0 | 52 | 7 | 24 | 466 | 56 | 77 |
| Binary | 11001100 | 1110110 | 10111110 | 0 | 101010 | 111 | 10100 | 100110110 | 101110 | 111111 |
Color Harmonies of #CC76BE
Complementary color
Monochromatic Colors of #CC76BE
Black with #CC76BE
Text Example
Text Example
White with #CC76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76BE; }
p { color: rgb(204,118,190); }
H1.HeaderClassName
{
color: #CC76BE;
}
.AnyTagClassName
{
color: #CC76BE;
}
</style>
background-color css
<style>
a { background-color: #CC76BE; }
a { background-color: rgb(204,118,190); }
div.DivClassName
{
background-color: #CC76BE;
}
.BgClassName
{
background-color: #CC76BE;
}
</style>
border-color css
<style>
span { border-color: #CC76BE; }
span { border-color: rgb(204,118,190); }
td.TdClassName
{
border-color: #CC76BE;
}
.TagClassName
{
border-color: #CC76BE;
}
</style>