Shades of Orchid #CC76CA
Tints of Orchid #CC76CA
RGB
CMYK
RGB Variations
Color information
#CC76CA (or 0xCC76CA) is known color: Orchid. HEX triplet: CC, 76 and CA. RGB value is (204,118,202). Sum of RGB (Red+Green+Blue) = 204+118+202=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76CA is #338935. Grayscale: #999999. Windows color (decimal): -3377462 or 13268684. OLE color: 13268684.
HSL color Cylindrical-coordinate representation of color #CC76CA: hue angle of 301.4º 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 #CC76CA is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 202 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.2 |
| HSL | 301.4º | 0.46% | 0.63% | - |
| HSV(B) | 301.4º | 0.42% | 0.8% | - |
| XYZ | 42.04 | 30.06 | 59.46 | - |
| YUV | 153.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 202 | 0 | 0.42 | 0.01 | 0.2 | 301.4 | 0.46 | 0.63 |
| Hex | CC | 76 | CA | 0 | 2A | 1 | 14 | 12D | 2E | 3F |
| Octal | 314 | 166 | 312 | 0 | 52 | 1 | 24 | 455 | 56 | 77 |
| Binary | 11001100 | 1110110 | 11001010 | 0 | 101010 | 1 | 10100 | 100101101 | 101110 | 111111 |
Color Harmonies of #CC76CA
Complementary color
Monochromatic Colors of #CC76CA
Black with #CC76CA
Text Example
Text Example
White with #CC76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC76CA; }
p { color: rgb(204,118,202); }
H1.HeaderClassName
{
color: #CC76CA;
}
.AnyTagClassName
{
color: #CC76CA;
}
</style>
background-color css
<style>
a { background-color: #CC76CA; }
a { background-color: rgb(204,118,202); }
div.DivClassName
{
background-color: #CC76CA;
}
.BgClassName
{
background-color: #CC76CA;
}
</style>
border-color css
<style>
span { border-color: #CC76CA; }
span { border-color: rgb(204,118,202); }
td.TdClassName
{
border-color: #CC76CA;
}
.TagClassName
{
border-color: #CC76CA;
}
</style>