Shades of Heliotrope #CA5EFC
Tints of Heliotrope #CA5EFC
RGB
CMYK
RGB Variations
Color information
#CA5EFC (or 0xCA5EFC) is known color: Heliotrope. HEX triplet: CA, 5E and FC. RGB value is (202,94,252). Sum of RGB (Red+Green+Blue) = 202+94+252=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EFC is #35A103. Grayscale: #8F8F8F. Windows color (decimal): -3514628 or 16539338. OLE color: 16539338.
HSL color Cylindrical-coordinate representation of color #CA5EFC: hue angle of 281.01º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5EFC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 94 | 252 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.01 |
| HSL | 281.01º | 0.96% | 0.68% | - |
| HSV(B) | 281.01º | 0.63% | 0.99% | - |
| XYZ | 45.93 | 27.59 | 95 | - |
| YUV | 144.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 252 | 0.20 | 0.63 | 0 | 0.01 | 281.01 | 0.96 | 0.68 |
| Hex | CA | 5E | FC | 14 | 3F | 0 | 1 | 119 | 60 | 44 |
| Octal | 312 | 136 | 374 | 24 | 77 | 0 | 1 | 431 | 140 | 104 |
| Binary | 11001010 | 1011110 | 11111100 | 10100 | 111111 | 0 | 1 | 100011001 | 1100000 | 1000100 |
Color Harmonies of #CA5EFC
Complementary color
Monochromatic Colors of #CA5EFC
Black with #CA5EFC
Text Example
Text Example
White with #CA5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EFC; }
p { color: rgb(202,94,252); }
H1.HeaderClassName
{
color: #CA5EFC;
}
.AnyTagClassName
{
color: #CA5EFC;
}
</style>
background-color css
<style>
a { background-color: #CA5EFC; }
a { background-color: rgb(202,94,252); }
div.DivClassName
{
background-color: #CA5EFC;
}
.BgClassName
{
background-color: #CA5EFC;
}
</style>
border-color css
<style>
span { border-color: #CA5EFC; }
span { border-color: rgb(202,94,252); }
td.TdClassName
{
border-color: #CA5EFC;
}
.TagClassName
{
border-color: #CA5EFC;
}
</style>