Shades of Heliotrope #CA6EF1
Tints of Heliotrope #CA6EF1
RGB
CMYK
RGB Variations
Color information
#CA6EF1 (or 0xCA6EF1) is known color: Heliotrope. HEX triplet: CA, 6E and F1. RGB value is (202,110,241). Sum of RGB (Red+Green+Blue) = 202+110+241=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EF1 is #35910E. Grayscale: #989898. Windows color (decimal): -3510543 or 15822538. OLE color: 15822538.
HSL color Cylindrical-coordinate representation of color #CA6EF1: hue angle of 282.14º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6EF1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 110 | 241 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.05 |
| HSL | 282.14º | 0.82% | 0.69% | - |
| HSV(B) | 282.14º | 0.54% | 0.95% | - |
| XYZ | 45.81 | 30.06 | 86.61 | - |
| YUV | 152.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 241 | 0.16 | 0.54 | 0 | 0.05 | 282.14 | 0.82 | 0.69 |
| Hex | CA | 6E | F1 | 10 | 36 | 0 | 5 | 11A | 52 | 45 |
| Octal | 312 | 156 | 361 | 20 | 66 | 0 | 5 | 432 | 122 | 105 |
| Binary | 11001010 | 1101110 | 11110001 | 10000 | 110110 | 0 | 101 | 100011010 | 1010010 | 1000101 |
Color Harmonies of #CA6EF1
Complementary color
Monochromatic Colors of #CA6EF1
Black with #CA6EF1
Text Example
Text Example
White with #CA6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EF1; }
p { color: rgb(202,110,241); }
H1.HeaderClassName
{
color: #CA6EF1;
}
.AnyTagClassName
{
color: #CA6EF1;
}
</style>
background-color css
<style>
a { background-color: #CA6EF1; }
a { background-color: rgb(202,110,241); }
div.DivClassName
{
background-color: #CA6EF1;
}
.BgClassName
{
background-color: #CA6EF1;
}
</style>
border-color css
<style>
span { border-color: #CA6EF1; }
span { border-color: rgb(202,110,241); }
td.TdClassName
{
border-color: #CA6EF1;
}
.TagClassName
{
border-color: #CA6EF1;
}
</style>