Shades of Heliotrope #CA77E6
Tints of Heliotrope #CA77E6
RGB
CMYK
RGB Variations
Color information
#CA77E6 (or 0xCA77E6) is known color: Heliotrope. HEX triplet: CA, 77 and E6. RGB value is (202,119,230). Sum of RGB (Red+Green+Blue) = 202+119+230=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA77E6 is #358819. Grayscale: #9C9C9C. Windows color (decimal): -3508250 or 15103946. OLE color: 15103946.
HSL color Cylindrical-coordinate representation of color #CA77E6: hue angle of 284.86º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA77E6 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 119 | 230 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.10 |
| HSL | 284.86º | 0.69% | 0.68% | - |
| HSV(B) | 284.86º | 0.48% | 0.9% | - |
| XYZ | 45.24 | 31.46 | 78.55 | - |
| YUV | 156.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 230 | 0.12 | 0.48 | 0 | 0.10 | 284.86 | 0.69 | 0.68 |
| Hex | CA | 77 | E6 | C | 30 | 0 | A | 11D | 45 | 44 |
| Octal | 312 | 167 | 346 | 14 | 60 | 0 | 12 | 435 | 105 | 104 |
| Binary | 11001010 | 1110111 | 11100110 | 1100 | 110000 | 0 | 1010 | 100011101 | 1000101 | 1000100 |
Color Harmonies of #CA77E6
Complementary color
Monochromatic Colors of #CA77E6
Black with #CA77E6
Text Example
Text Example
White with #CA77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77E6; }
p { color: rgb(202,119,230); }
H1.HeaderClassName
{
color: #CA77E6;
}
.AnyTagClassName
{
color: #CA77E6;
}
</style>
background-color css
<style>
a { background-color: #CA77E6; }
a { background-color: rgb(202,119,230); }
div.DivClassName
{
background-color: #CA77E6;
}
.BgClassName
{
background-color: #CA77E6;
}
</style>
border-color css
<style>
span { border-color: #CA77E6; }
span { border-color: rgb(202,119,230); }
td.TdClassName
{
border-color: #CA77E6;
}
.TagClassName
{
border-color: #CA77E6;
}
</style>