Shades of Orchid #CA77C7
Tints of Orchid #CA77C7
RGB
CMYK
RGB Variations
Color information
#CA77C7 (or 0xCA77C7) is known color: Orchid. HEX triplet: CA, 77 and C7. RGB value is (202,119,199). Sum of RGB (Red+Green+Blue) = 202+119+199=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77C7 is #358838. Grayscale: #989898. Windows color (decimal): -3508281 or 13072330. OLE color: 13072330.
HSL color Cylindrical-coordinate representation of color #CA77C7: hue angle of 302.17º 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 #CA77C7 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 199 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.21 |
| HSL | 302.17º | 0.44% | 0.63% | - |
| HSV(B) | 302.17º | 0.41% | 0.79% | - |
| XYZ | 41.26 | 29.87 | 57.62 | - |
| YUV | 152.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 199 | 0 | 0.41 | 0.01 | 0.21 | 302.17 | 0.44 | 0.63 |
| Hex | CA | 77 | C7 | 0 | 29 | 1 | 15 | 12E | 2C | 3F |
| Octal | 312 | 167 | 307 | 0 | 51 | 1 | 25 | 456 | 54 | 77 |
| Binary | 11001010 | 1110111 | 11000111 | 0 | 101001 | 1 | 10101 | 100101110 | 101100 | 111111 |
Color Harmonies of #CA77C7
Complementary color
Monochromatic Colors of #CA77C7
Black with #CA77C7
Text Example
Text Example
White with #CA77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77C7; }
p { color: rgb(202,119,199); }
H1.HeaderClassName
{
color: #CA77C7;
}
.AnyTagClassName
{
color: #CA77C7;
}
</style>
background-color css
<style>
a { background-color: #CA77C7; }
a { background-color: rgb(202,119,199); }
div.DivClassName
{
background-color: #CA77C7;
}
.BgClassName
{
background-color: #CA77C7;
}
</style>
border-color css
<style>
span { border-color: #CA77C7; }
span { border-color: rgb(202,119,199); }
td.TdClassName
{
border-color: #CA77C7;
}
.TagClassName
{
border-color: #CA77C7;
}
</style>