Shades of Heliotrope #CA4EFB
Tints of Heliotrope #CA4EFB
RGB
CMYK
RGB Variations
Color information
#CA4EFB (or 0xCA4EFB) is known color: Heliotrope. HEX triplet: CA, 4E and FB. RGB value is (202,78,251). Sum of RGB (Red+Green+Blue) = 202+78+251=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EFB is #35B104. Grayscale: #868686. Windows color (decimal): -3518725 or 16469706. OLE color: 16469706.
HSL color Cylindrical-coordinate representation of color #CA4EFB: hue angle of 283.01º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4EFB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 78 | 251 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.02 |
| HSL | 283.01º | 0.96% | 0.65% | - |
| HSV(B) | 283.01º | 0.69% | 0.98% | - |
| XYZ | 44.49 | 24.97 | 93.74 | - |
| YUV | 134.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 251 | 0.20 | 0.69 | 0 | 0.02 | 283.01 | 0.96 | 0.65 |
| Hex | CA | 4E | FB | 14 | 45 | 0 | 2 | 11B | 60 | 41 |
| Octal | 312 | 116 | 373 | 24 | 105 | 0 | 2 | 433 | 140 | 101 |
| Binary | 11001010 | 1001110 | 11111011 | 10100 | 1000101 | 0 | 10 | 100011011 | 1100000 | 1000001 |
Color Harmonies of #CA4EFB
Complementary color
Monochromatic Colors of #CA4EFB
Black with #CA4EFB
Text Example
Text Example
White with #CA4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EFB; }
p { color: rgb(202,78,251); }
H1.HeaderClassName
{
color: #CA4EFB;
}
.AnyTagClassName
{
color: #CA4EFB;
}
</style>
background-color css
<style>
a { background-color: #CA4EFB; }
a { background-color: rgb(202,78,251); }
div.DivClassName
{
background-color: #CA4EFB;
}
.BgClassName
{
background-color: #CA4EFB;
}
</style>
border-color css
<style>
span { border-color: #CA4EFB; }
span { border-color: rgb(202,78,251); }
td.TdClassName
{
border-color: #CA4EFB;
}
.TagClassName
{
border-color: #CA4EFB;
}
</style>