Shades of Orchid #CA77C0
Tints of Orchid #CA77C0
RGB
CMYK
RGB Variations
Color information
#CA77C0 (or 0xCA77C0) is known color: Orchid. HEX triplet: CA, 77 and C0. RGB value is (202,119,192). Sum of RGB (Red+Green+Blue) = 202+119+192=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C0 is #35883F. Grayscale: #979797. Windows color (decimal): -3508288 or 12613578. OLE color: 12613578.
HSL color Cylindrical-coordinate representation of color #CA77C0: hue angle of 307.23º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77C0 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 192 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.21 |
| HSL | 307.23º | 0.44% | 0.63% | - |
| HSV(B) | 307.23º | 0.41% | 0.79% | - |
| XYZ | 40.47 | 29.56 | 53.44 | - |
| YUV | 152.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 192 | 0 | 0.41 | 0.05 | 0.21 | 307.23 | 0.44 | 0.63 |
| Hex | CA | 77 | C0 | 0 | 29 | 5 | 15 | 133 | 2C | 3F |
| Octal | 312 | 167 | 300 | 0 | 51 | 5 | 25 | 463 | 54 | 77 |
| Binary | 11001010 | 1110111 | 11000000 | 0 | 101001 | 101 | 10101 | 100110011 | 101100 | 111111 |
Color Harmonies of #CA77C0
Complementary color
Monochromatic Colors of #CA77C0
Black with #CA77C0
Text Example
Text Example
White with #CA77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77C0; }
p { color: rgb(202,119,192); }
H1.HeaderClassName
{
color: #CA77C0;
}
.AnyTagClassName
{
color: #CA77C0;
}
</style>
background-color css
<style>
a { background-color: #CA77C0; }
a { background-color: rgb(202,119,192); }
div.DivClassName
{
background-color: #CA77C0;
}
.BgClassName
{
background-color: #CA77C0;
}
</style>
border-color css
<style>
span { border-color: #CA77C0; }
span { border-color: rgb(202,119,192); }
td.TdClassName
{
border-color: #CA77C0;
}
.TagClassName
{
border-color: #CA77C0;
}
</style>