Shades of Orchid #CA77C2
Tints of Orchid #CA77C2
RGB
CMYK
RGB Variations
Color information
#CA77C2 (or 0xCA77C2) is known color: Orchid. HEX triplet: CA, 77 and C2. RGB value is (202,119,194). Sum of RGB (Red+Green+Blue) = 202+119+194=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C2 is #35883D. Grayscale: #989898. Windows color (decimal): -3508286 or 12744650. OLE color: 12744650.
HSL color Cylindrical-coordinate representation of color #CA77C2: hue angle of 305.78º 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 #CA77C2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 194 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.21 |
| HSL | 305.78º | 0.44% | 0.63% | - |
| HSV(B) | 305.78º | 0.41% | 0.79% | - |
| XYZ | 40.69 | 29.65 | 54.62 | - |
| YUV | 152.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 194 | 0 | 0.41 | 0.04 | 0.21 | 305.78 | 0.44 | 0.63 |
| Hex | CA | 77 | C2 | 0 | 29 | 4 | 15 | 132 | 2C | 3F |
| Octal | 312 | 167 | 302 | 0 | 51 | 4 | 25 | 462 | 54 | 77 |
| Binary | 11001010 | 1110111 | 11000010 | 0 | 101001 | 100 | 10101 | 100110010 | 101100 | 111111 |
Color Harmonies of #CA77C2
Complementary color
Monochromatic Colors of #CA77C2
Black with #CA77C2
Text Example
Text Example
White with #CA77C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77C2; }
p { color: rgb(202,119,194); }
H1.HeaderClassName
{
color: #CA77C2;
}
.AnyTagClassName
{
color: #CA77C2;
}
</style>
background-color css
<style>
a { background-color: #CA77C2; }
a { background-color: rgb(202,119,194); }
div.DivClassName
{
background-color: #CA77C2;
}
.BgClassName
{
background-color: #CA77C2;
}
</style>
border-color css
<style>
span { border-color: #CA77C2; }
span { border-color: rgb(202,119,194); }
td.TdClassName
{
border-color: #CA77C2;
}
.TagClassName
{
border-color: #CA77C2;
}
</style>