Shades of Heliotrope #CA77FF
Tints of Heliotrope #CA77FF
RGB
CMYK
RGB Variations
Color information
#CA77FF (or 0xCA77FF) is known color: Heliotrope. HEX triplet: CA, 77 and FF. RGB value is (202,119,255). Sum of RGB (Red+Green+Blue) = 202+119+255=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77FF is #358800. Grayscale: #9E9E9E. Windows color (decimal): -3508225 or 16742346. OLE color: 16742346.
HSL color Cylindrical-coordinate representation of color #CA77FF: hue angle of 276.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA77FF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 119 | 255 | - |
| CMYK | 0.21 | 0.53 | 0 | 0 |
| HSL | 276.62º | 1% | 0.73% | - |
| HSV(B) | 276.62º | 0.53% | 1% | - |
| XYZ | 49 | 32.97 | 98.39 | - |
| YUV | 159.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 255 | 0.21 | 0.53 | 0 | 0 | 276.62 | 1 | 0.73 |
| Hex | CA | 77 | FF | 15 | 35 | 0 | 0 | 115 | 64 | 49 |
| Octal | 312 | 167 | 377 | 25 | 65 | 0 | 0 | 425 | 144 | 111 |
| Binary | 11001010 | 1110111 | 11111111 | 10101 | 110101 | 0 | 0 | 100010101 | 1100100 | 1001001 |
Color Harmonies of #CA77FF
Complementary color
Monochromatic Colors of #CA77FF
Black with #CA77FF
Text Example
Text Example
White with #CA77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77FF; }
p { color: rgb(202,119,255); }
H1.HeaderClassName
{
color: #CA77FF;
}
.AnyTagClassName
{
color: #CA77FF;
}
</style>
background-color css
<style>
a { background-color: #CA77FF; }
a { background-color: rgb(202,119,255); }
div.DivClassName
{
background-color: #CA77FF;
}
.BgClassName
{
background-color: #CA77FF;
}
</style>
border-color css
<style>
span { border-color: #CA77FF; }
span { border-color: rgb(202,119,255); }
td.TdClassName
{
border-color: #CA77FF;
}
.TagClassName
{
border-color: #CA77FF;
}
</style>