Shades of Orchid #CC76CE
Tints of Orchid #CC76CE
RGB
CMYK
RGB Variations
Color information
#CC76CE (or 0xCC76CE) is known color: Orchid. HEX triplet: CC, 76 and CE. RGB value is (204,118,206). Sum of RGB (Red+Green+Blue) = 204+118+206=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76CE is #338931. Grayscale: #999999. Windows color (decimal): -3377458 or 13530828. OLE color: 13530828.
HSL color Cylindrical-coordinate representation of color #CC76CE: hue angle of 298.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC76CE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 118 | 206 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.19 |
| HSL | 298.64º | 0.47% | 0.64% | - |
| HSV(B) | 298.64º | 0.43% | 0.81% | - |
| XYZ | 42.52 | 30.25 | 61.99 | - |
| YUV | 153.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 206 | 0.01 | 0.43 | 0 | 0.19 | 298.64 | 0.47 | 0.64 |
| Hex | CC | 76 | CE | 1 | 2B | 0 | 13 | 12B | 2F | 40 |
| Octal | 314 | 166 | 316 | 1 | 53 | 0 | 23 | 453 | 57 | 100 |
| Binary | 11001100 | 1110110 | 11001110 | 1 | 101011 | 0 | 10011 | 100101011 | 101111 | 1000000 |
Color Harmonies of #CC76CE
Complementary color
Monochromatic Colors of #CC76CE
Black with #CC76CE
Text Example
Text Example
White with #CC76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76CE; }
p { color: rgb(204,118,206); }
H1.HeaderClassName
{
color: #CC76CE;
}
.AnyTagClassName
{
color: #CC76CE;
}
</style>
background-color css
<style>
a { background-color: #CC76CE; }
a { background-color: rgb(204,118,206); }
div.DivClassName
{
background-color: #CC76CE;
}
.BgClassName
{
background-color: #CC76CE;
}
</style>
border-color css
<style>
span { border-color: #CC76CE; }
span { border-color: rgb(204,118,206); }
td.TdClassName
{
border-color: #CC76CE;
}
.TagClassName
{
border-color: #CC76CE;
}
</style>