Shades of Orchid #CA77C5
Tints of Orchid #CA77C5
RGB
CMYK
RGB Variations
Color information
#CA77C5 (or 0xCA77C5) is known color: Orchid. HEX triplet: CA, 77 and C5. RGB value is (202,119,197). Sum of RGB (Red+Green+Blue) = 202+119+197=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C5 is #35883A. Grayscale: #989898. Windows color (decimal): -3508283 or 12941258. OLE color: 12941258.
HSL color Cylindrical-coordinate representation of color #CA77C5: hue angle of 303.61º 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 #CA77C5 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 197 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.21 |
| HSL | 303.61º | 0.44% | 0.63% | - |
| HSV(B) | 303.61º | 0.41% | 0.79% | - |
| XYZ | 41.03 | 29.78 | 56.41 | - |
| YUV | 152.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 197 | 0 | 0.41 | 0.02 | 0.21 | 303.61 | 0.44 | 0.63 |
| Hex | CA | 77 | C5 | 0 | 29 | 2 | 15 | 130 | 2C | 3F |
| Octal | 312 | 167 | 305 | 0 | 51 | 2 | 25 | 460 | 54 | 77 |
| Binary | 11001010 | 1110111 | 11000101 | 0 | 101001 | 10 | 10101 | 100110000 | 101100 | 111111 |
Color Harmonies of #CA77C5
Complementary color
Monochromatic Colors of #CA77C5
Black with #CA77C5
Text Example
Text Example
White with #CA77C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77C5; }
p { color: rgb(202,119,197); }
H1.HeaderClassName
{
color: #CA77C5;
}
.AnyTagClassName
{
color: #CA77C5;
}
</style>
background-color css
<style>
a { background-color: #CA77C5; }
a { background-color: rgb(202,119,197); }
div.DivClassName
{
background-color: #CA77C5;
}
.BgClassName
{
background-color: #CA77C5;
}
</style>
border-color css
<style>
span { border-color: #CA77C5; }
span { border-color: rgb(202,119,197); }
td.TdClassName
{
border-color: #CA77C5;
}
.TagClassName
{
border-color: #CA77C5;
}
</style>