Shades of Heliotrope #CA4EFA
Tints of Heliotrope #CA4EFA
RGB
CMYK
RGB Variations
Color information
#CA4EFA (or 0xCA4EFA) is known color: Heliotrope. HEX triplet: CA, 4E and FA. RGB value is (202,78,250). Sum of RGB (Red+Green+Blue) = 202+78+250=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA4EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EFA is #35B105. Grayscale: #868686. Windows color (decimal): -3518726 or 16404170. OLE color: 16404170.
HSL color Cylindrical-coordinate representation of color #CA4EFA: hue angle of 283.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4EFA is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 78 | 250 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.02 |
| HSL | 283.26º | 0.95% | 0.64% | - |
| HSV(B) | 283.26º | 0.69% | 0.98% | - |
| XYZ | 44.34 | 24.91 | 92.91 | - |
| YUV | 134.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 250 | 0.19 | 0.69 | 0 | 0.02 | 283.26 | 0.95 | 0.64 |
| Hex | CA | 4E | FA | 13 | 45 | 0 | 2 | 11B | 5F | 40 |
| Octal | 312 | 116 | 372 | 23 | 105 | 0 | 2 | 433 | 137 | 100 |
| Binary | 11001010 | 1001110 | 11111010 | 10011 | 1000101 | 0 | 10 | 100011011 | 1011111 | 1000000 |
Color Harmonies of #CA4EFA
Complementary color
Monochromatic Colors of #CA4EFA
Black with #CA4EFA
Text Example
Text Example
White with #CA4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EFA; }
p { color: rgb(202,78,250); }
H1.HeaderClassName
{
color: #CA4EFA;
}
.AnyTagClassName
{
color: #CA4EFA;
}
</style>
background-color css
<style>
a { background-color: #CA4EFA; }
a { background-color: rgb(202,78,250); }
div.DivClassName
{
background-color: #CA4EFA;
}
.BgClassName
{
background-color: #CA4EFA;
}
</style>
border-color css
<style>
span { border-color: #CA4EFA; }
span { border-color: rgb(202,78,250); }
td.TdClassName
{
border-color: #CA4EFA;
}
.TagClassName
{
border-color: #CA4EFA;
}
</style>