Shades of Heliotrope #CA6EEB
Tints of Heliotrope #CA6EEB
RGB
CMYK
RGB Variations
Color information
#CA6EEB (or 0xCA6EEB) is known color: Heliotrope. HEX triplet: CA, 6E and EB. RGB value is (202,110,235). Sum of RGB (Red+Green+Blue) = 202+110+235=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EEB is #359114. Grayscale: #979797. Windows color (decimal): -3510549 or 15429322. OLE color: 15429322.
HSL color Cylindrical-coordinate representation of color #CA6EEB: hue angle of 284.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6EEB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 110 | 235 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.08 |
| HSL | 284.16º | 0.76% | 0.68% | - |
| HSV(B) | 284.16º | 0.53% | 0.92% | - |
| XYZ | 44.93 | 29.71 | 81.96 | - |
| YUV | 151.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 235 | 0.14 | 0.53 | 0 | 0.08 | 284.16 | 0.76 | 0.68 |
| Hex | CA | 6E | EB | E | 35 | 0 | 8 | 11C | 4C | 44 |
| Octal | 312 | 156 | 353 | 16 | 65 | 0 | 10 | 434 | 114 | 104 |
| Binary | 11001010 | 1101110 | 11101011 | 1110 | 110101 | 0 | 1000 | 100011100 | 1001100 | 1000100 |
Color Harmonies of #CA6EEB
Complementary color
Monochromatic Colors of #CA6EEB
Black with #CA6EEB
Text Example
Text Example
White with #CA6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EEB; }
p { color: rgb(202,110,235); }
H1.HeaderClassName
{
color: #CA6EEB;
}
.AnyTagClassName
{
color: #CA6EEB;
}
</style>
background-color css
<style>
a { background-color: #CA6EEB; }
a { background-color: rgb(202,110,235); }
div.DivClassName
{
background-color: #CA6EEB;
}
.BgClassName
{
background-color: #CA6EEB;
}
</style>
border-color css
<style>
span { border-color: #CA6EEB; }
span { border-color: rgb(202,110,235); }
td.TdClassName
{
border-color: #CA6EEB;
}
.TagClassName
{
border-color: #CA6EEB;
}
</style>