Shades of Heliotrope #CA5EFA
Tints of Heliotrope #CA5EFA
RGB
CMYK
RGB Variations
Color information
#CA5EFA (or 0xCA5EFA) is known color: Heliotrope. HEX triplet: CA, 5E and FA. RGB value is (202,94,250). Sum of RGB (Red+Green+Blue) = 202+94+250=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EFA is #35A105. Grayscale: #8F8F8F. Windows color (decimal): -3514630 or 16408266. OLE color: 16408266.
HSL color Cylindrical-coordinate representation of color #CA5EFA: hue angle of 281.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5EFA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 94 | 250 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.02 |
| HSL | 281.54º | 0.94% | 0.67% | - |
| HSV(B) | 281.54º | 0.62% | 0.98% | - |
| XYZ | 45.62 | 27.46 | 93.34 | - |
| YUV | 144.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 250 | 0.19 | 0.62 | 0 | 0.02 | 281.54 | 0.94 | 0.67 |
| Hex | CA | 5E | FA | 13 | 3E | 0 | 2 | 11A | 5E | 43 |
| Octal | 312 | 136 | 372 | 23 | 76 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001010 | 1011110 | 11111010 | 10011 | 111110 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CA5EFA
Complementary color
Monochromatic Colors of #CA5EFA
Black with #CA5EFA
Text Example
Text Example
White with #CA5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EFA; }
p { color: rgb(202,94,250); }
H1.HeaderClassName
{
color: #CA5EFA;
}
.AnyTagClassName
{
color: #CA5EFA;
}
</style>
background-color css
<style>
a { background-color: #CA5EFA; }
a { background-color: rgb(202,94,250); }
div.DivClassName
{
background-color: #CA5EFA;
}
.BgClassName
{
background-color: #CA5EFA;
}
</style>
border-color css
<style>
span { border-color: #CA5EFA; }
span { border-color: rgb(202,94,250); }
td.TdClassName
{
border-color: #CA5EFA;
}
.TagClassName
{
border-color: #CA5EFA;
}
</style>