Shades of Heliotrope #CA6EFB
Tints of Heliotrope #CA6EFB
RGB
CMYK
RGB Variations
Color information
#CA6EFB (or 0xCA6EFB) is known color: Heliotrope. HEX triplet: CA, 6E and FB. RGB value is (202,110,251). Sum of RGB (Red+Green+Blue) = 202+110+251=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EFB is #359104. Grayscale: #999999. Windows color (decimal): -3510533 or 16477898. OLE color: 16477898.
HSL color Cylindrical-coordinate representation of color #CA6EFB: hue angle of 279.15º degrees, saturation: 0.95, 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 #CA6EFB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 110 | 251 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.02 |
| HSL | 279.15º | 0.95% | 0.71% | - |
| HSV(B) | 279.15º | 0.56% | 0.98% | - |
| XYZ | 47.35 | 30.67 | 94.69 | - |
| YUV | 153.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 251 | 0.20 | 0.56 | 0 | 0.02 | 279.15 | 0.95 | 0.71 |
| Hex | CA | 6E | FB | 14 | 38 | 0 | 2 | 117 | 5F | 47 |
| Octal | 312 | 156 | 373 | 24 | 70 | 0 | 2 | 427 | 137 | 107 |
| Binary | 11001010 | 1101110 | 11111011 | 10100 | 111000 | 0 | 10 | 100010111 | 1011111 | 1000111 |
Color Harmonies of #CA6EFB
Complementary color
Monochromatic Colors of #CA6EFB
Black with #CA6EFB
Text Example
Text Example
White with #CA6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EFB; }
p { color: rgb(202,110,251); }
H1.HeaderClassName
{
color: #CA6EFB;
}
.AnyTagClassName
{
color: #CA6EFB;
}
</style>
background-color css
<style>
a { background-color: #CA6EFB; }
a { background-color: rgb(202,110,251); }
div.DivClassName
{
background-color: #CA6EFB;
}
.BgClassName
{
background-color: #CA6EFB;
}
</style>
border-color css
<style>
span { border-color: #CA6EFB; }
span { border-color: rgb(202,110,251); }
td.TdClassName
{
border-color: #CA6EFB;
}
.TagClassName
{
border-color: #CA6EFB;
}
</style>