Shades of Heliotrope #CA5EF6
Tints of Heliotrope #CA5EF6
RGB
CMYK
RGB Variations
Color information
#CA5EF6 (or 0xCA5EF6) is known color: Heliotrope. HEX triplet: CA, 5E and F6. RGB value is (202,94,246). Sum of RGB (Red+Green+Blue) = 202+94+246=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA5EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EF6 is #35A109. Grayscale: #8F8F8F. Windows color (decimal): -3514634 or 16146122. OLE color: 16146122.
HSL color Cylindrical-coordinate representation of color #CA5EF6: hue angle of 282.63º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5EF6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 94 | 246 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.04 |
| HSL | 282.63º | 0.89% | 0.67% | - |
| HSV(B) | 282.63º | 0.62% | 0.96% | - |
| XYZ | 44.99 | 27.22 | 90.07 | - |
| YUV | 143.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 246 | 0.18 | 0.62 | 0 | 0.04 | 282.63 | 0.89 | 0.67 |
| Hex | CA | 5E | F6 | 12 | 3E | 0 | 4 | 11B | 59 | 43 |
| Octal | 312 | 136 | 366 | 22 | 76 | 0 | 4 | 433 | 131 | 103 |
| Binary | 11001010 | 1011110 | 11110110 | 10010 | 111110 | 0 | 100 | 100011011 | 1011001 | 1000011 |
Color Harmonies of #CA5EF6
Complementary color
Monochromatic Colors of #CA5EF6
Black with #CA5EF6
Text Example
Text Example
White with #CA5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EF6; }
p { color: rgb(202,94,246); }
H1.HeaderClassName
{
color: #CA5EF6;
}
.AnyTagClassName
{
color: #CA5EF6;
}
</style>
background-color css
<style>
a { background-color: #CA5EF6; }
a { background-color: rgb(202,94,246); }
div.DivClassName
{
background-color: #CA5EF6;
}
.BgClassName
{
background-color: #CA5EF6;
}
</style>
border-color css
<style>
span { border-color: #CA5EF6; }
span { border-color: rgb(202,94,246); }
td.TdClassName
{
border-color: #CA5EF6;
}
.TagClassName
{
border-color: #CA5EF6;
}
</style>