Shades of Orchid #CA76C0
Tints of Orchid #CA76C0
RGB
CMYK
RGB Variations
Color information
#CA76C0 (or 0xCA76C0) is known color: Orchid. HEX triplet: CA, 76 and C0. RGB value is (202,118,192). Sum of RGB (Red+Green+Blue) = 202+118+192=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76C0 is #35893F. Grayscale: #979797. Windows color (decimal): -3508544 or 12613322. OLE color: 12613322.
HSL color Cylindrical-coordinate representation of color #CA76C0: hue angle of 307.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76C0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 192 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.21 |
| HSL | 307.14º | 0.44% | 0.63% | - |
| HSV(B) | 307.14º | 0.42% | 0.79% | - |
| XYZ | 40.35 | 29.32 | 53.4 | - |
| YUV | 151.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 192 | 0 | 0.42 | 0.05 | 0.21 | 307.14 | 0.44 | 0.63 |
| Hex | CA | 76 | C0 | 0 | 2A | 5 | 15 | 133 | 2C | 3F |
| Octal | 312 | 166 | 300 | 0 | 52 | 5 | 25 | 463 | 54 | 77 |
| Binary | 11001010 | 1110110 | 11000000 | 0 | 101010 | 101 | 10101 | 100110011 | 101100 | 111111 |
Color Harmonies of #CA76C0
Complementary color
Monochromatic Colors of #CA76C0
Black with #CA76C0
Text Example
Text Example
White with #CA76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76C0; }
p { color: rgb(202,118,192); }
H1.HeaderClassName
{
color: #CA76C0;
}
.AnyTagClassName
{
color: #CA76C0;
}
</style>
background-color css
<style>
a { background-color: #CA76C0; }
a { background-color: rgb(202,118,192); }
div.DivClassName
{
background-color: #CA76C0;
}
.BgClassName
{
background-color: #CA76C0;
}
</style>
border-color css
<style>
span { border-color: #CA76C0; }
span { border-color: rgb(202,118,192); }
td.TdClassName
{
border-color: #CA76C0;
}
.TagClassName
{
border-color: #CA76C0;
}
</style>