Shades of Orchid #CA77D9
Tints of Orchid #CA77D9
RGB
CMYK
RGB Variations
Color information
#CA77D9 (or 0xCA77D9) is known color: Orchid. HEX triplet: CA, 77 and D9. RGB value is (202,119,217). Sum of RGB (Red+Green+Blue) = 202+119+217=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA77D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77D9 is #358826. Grayscale: #9A9A9A. Windows color (decimal): -3508263 or 14251978. OLE color: 14251978.
HSL color Cylindrical-coordinate representation of color #CA77D9: hue angle of 290.82º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA77D9 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 119 | 217 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.15 |
| HSL | 290.82º | 0.56% | 0.66% | - |
| HSV(B) | 290.82º | 0.45% | 0.85% | - |
| XYZ | 43.48 | 30.76 | 69.29 | - |
| YUV | 154.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 217 | 0.07 | 0.45 | 0 | 0.15 | 290.82 | 0.56 | 0.66 |
| Hex | CA | 77 | D9 | 7 | 2D | 0 | F | 123 | 38 | 42 |
| Octal | 312 | 167 | 331 | 7 | 55 | 0 | 17 | 443 | 70 | 102 |
| Binary | 11001010 | 1110111 | 11011001 | 111 | 101101 | 0 | 1111 | 100100011 | 111000 | 1000010 |
Color Harmonies of #CA77D9
Complementary color
Monochromatic Colors of #CA77D9
Black with #CA77D9
Text Example
Text Example
White with #CA77D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77D9; }
p { color: rgb(202,119,217); }
H1.HeaderClassName
{
color: #CA77D9;
}
.AnyTagClassName
{
color: #CA77D9;
}
</style>
background-color css
<style>
a { background-color: #CA77D9; }
a { background-color: rgb(202,119,217); }
div.DivClassName
{
background-color: #CA77D9;
}
.BgClassName
{
background-color: #CA77D9;
}
</style>
border-color css
<style>
span { border-color: #CA77D9; }
span { border-color: rgb(202,119,217); }
td.TdClassName
{
border-color: #CA77D9;
}
.TagClassName
{
border-color: #CA77D9;
}
</style>