Shades of Heliotrope #CA6EFA
Tints of Heliotrope #CA6EFA
RGB
CMYK
RGB Variations
Color information
#CA6EFA (or 0xCA6EFA) is known color: Heliotrope. HEX triplet: CA, 6E and FA. RGB value is (202,110,250). Sum of RGB (Red+Green+Blue) = 202+110+250=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EFA is #359105. Grayscale: #999999. Windows color (decimal): -3510534 or 16412362. OLE color: 16412362.
HSL color Cylindrical-coordinate representation of color #CA6EFA: hue angle of 279.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6EFA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 110 | 250 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.02 |
| HSL | 279.43º | 0.93% | 0.71% | - |
| HSV(B) | 279.43º | 0.56% | 0.98% | - |
| XYZ | 47.19 | 30.61 | 93.86 | - |
| YUV | 153.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 250 | 0.19 | 0.56 | 0 | 0.02 | 279.43 | 0.93 | 0.71 |
| Hex | CA | 6E | FA | 13 | 38 | 0 | 2 | 117 | 5D | 47 |
| Octal | 312 | 156 | 372 | 23 | 70 | 0 | 2 | 427 | 135 | 107 |
| Binary | 11001010 | 1101110 | 11111010 | 10011 | 111000 | 0 | 10 | 100010111 | 1011101 | 1000111 |
Color Harmonies of #CA6EFA
Complementary color
Monochromatic Colors of #CA6EFA
Black with #CA6EFA
Text Example
Text Example
White with #CA6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EFA; }
p { color: rgb(202,110,250); }
H1.HeaderClassName
{
color: #CA6EFA;
}
.AnyTagClassName
{
color: #CA6EFA;
}
</style>
background-color css
<style>
a { background-color: #CA6EFA; }
a { background-color: rgb(202,110,250); }
div.DivClassName
{
background-color: #CA6EFA;
}
.BgClassName
{
background-color: #CA6EFA;
}
</style>
border-color css
<style>
span { border-color: #CA6EFA; }
span { border-color: rgb(202,110,250); }
td.TdClassName
{
border-color: #CA6EFA;
}
.TagClassName
{
border-color: #CA6EFA;
}
</style>