Shades of Orchid #CA77B9
Tints of Orchid #CA77B9
RGB
CMYK
RGB Variations
Color information
#CA77B9 (or 0xCA77B9) is known color: Orchid. HEX triplet: CA, 77 and B9. RGB value is (202,119,185). Sum of RGB (Red+Green+Blue) = 202+119+185=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77B9 is #358846. Grayscale: #979797. Windows color (decimal): -3508295 or 12154826. OLE color: 12154826.
HSL color Cylindrical-coordinate representation of color #CA77B9: hue angle of 312.29º 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 #CA77B9 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 185 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.21 |
| HSL | 312.29º | 0.44% | 0.63% | - |
| HSV(B) | 312.29º | 0.41% | 0.79% | - |
| XYZ | 39.71 | 29.25 | 49.45 | - |
| YUV | 151.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 185 | 0 | 0.41 | 0.08 | 0.21 | 312.29 | 0.44 | 0.63 |
| Hex | CA | 77 | B9 | 0 | 29 | 8 | 15 | 138 | 2C | 3F |
| Octal | 312 | 167 | 271 | 0 | 51 | 10 | 25 | 470 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10111001 | 0 | 101001 | 1000 | 10101 | 100111000 | 101100 | 111111 |
Color Harmonies of #CA77B9
Complementary color
Monochromatic Colors of #CA77B9
Black with #CA77B9
Text Example
Text Example
White with #CA77B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77B9; }
p { color: rgb(202,119,185); }
H1.HeaderClassName
{
color: #CA77B9;
}
.AnyTagClassName
{
color: #CA77B9;
}
</style>
background-color css
<style>
a { background-color: #CA77B9; }
a { background-color: rgb(202,119,185); }
div.DivClassName
{
background-color: #CA77B9;
}
.BgClassName
{
background-color: #CA77B9;
}
</style>
border-color css
<style>
span { border-color: #CA77B9; }
span { border-color: rgb(202,119,185); }
td.TdClassName
{
border-color: #CA77B9;
}
.TagClassName
{
border-color: #CA77B9;
}
</style>