Shades of Heliotrope #CA4EFE
Tints of Heliotrope #CA4EFE
RGB
CMYK
RGB Variations
Color information
#CA4EFE (or 0xCA4EFE) is known color: Heliotrope. HEX triplet: CA, 4E and FE. RGB value is (202,78,254). Sum of RGB (Red+Green+Blue) = 202+78+254=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EFE is #35B101. Grayscale: #868686. Windows color (decimal): -3518722 or 16666314. OLE color: 16666314.
HSL color Cylindrical-coordinate representation of color #CA4EFE: hue angle of 282.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4EFE is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 78 | 254 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.00 |
| HSL | 282.27º | 0.99% | 0.65% | - |
| HSV(B) | 282.27º | 0.69% | 1% | - |
| XYZ | 44.97 | 25.16 | 96.25 | - |
| YUV | 135.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 254 | 0.20 | 0.69 | 0 | 0.00 | 282.27 | 0.99 | 0.65 |
| Hex | CA | 4E | FE | 14 | 45 | 0 | 0 | 11A | 63 | 41 |
| Octal | 312 | 116 | 376 | 24 | 105 | 0 | 0 | 432 | 143 | 101 |
| Binary | 11001010 | 1001110 | 11111110 | 10100 | 1000101 | 0 | 0 | 100011010 | 1100011 | 1000001 |
Color Harmonies of #CA4EFE
Complementary color
Monochromatic Colors of #CA4EFE
Black with #CA4EFE
Text Example
Text Example
White with #CA4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EFE; }
p { color: rgb(202,78,254); }
H1.HeaderClassName
{
color: #CA4EFE;
}
.AnyTagClassName
{
color: #CA4EFE;
}
</style>
background-color css
<style>
a { background-color: #CA4EFE; }
a { background-color: rgb(202,78,254); }
div.DivClassName
{
background-color: #CA4EFE;
}
.BgClassName
{
background-color: #CA4EFE;
}
</style>
border-color css
<style>
span { border-color: #CA4EFE; }
span { border-color: rgb(202,78,254); }
td.TdClassName
{
border-color: #CA4EFE;
}
.TagClassName
{
border-color: #CA4EFE;
}
</style>