Shades of Heliotrope #CA6EEE
Tints of Heliotrope #CA6EEE
RGB
CMYK
RGB Variations
Color information
#CA6EEE (or 0xCA6EEE) is known color: Heliotrope. HEX triplet: CA, 6E and EE. RGB value is (202,110,238). Sum of RGB (Red+Green+Blue) = 202+110+238=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EEE is #359111. Grayscale: #979797. Windows color (decimal): -3510546 or 15625930. OLE color: 15625930.
HSL color Cylindrical-coordinate representation of color #CA6EEE: hue angle of 283.12º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6EEE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 110 | 238 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.07 |
| HSL | 283.13º | 0.79% | 0.68% | - |
| HSV(B) | 283.13º | 0.54% | 0.93% | - |
| XYZ | 45.37 | 29.88 | 84.27 | - |
| YUV | 152.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 238 | 0.15 | 0.54 | 0 | 0.07 | 283.13 | 0.79 | 0.68 |
| Hex | CA | 6E | EE | F | 36 | 0 | 7 | 11B | 4F | 44 |
| Octal | 312 | 156 | 356 | 17 | 66 | 0 | 7 | 433 | 117 | 104 |
| Binary | 11001010 | 1101110 | 11101110 | 1111 | 110110 | 0 | 111 | 100011011 | 1001111 | 1000100 |
Color Harmonies of #CA6EEE
Complementary color
Monochromatic Colors of #CA6EEE
Black with #CA6EEE
Text Example
Text Example
White with #CA6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EEE; }
p { color: rgb(202,110,238); }
H1.HeaderClassName
{
color: #CA6EEE;
}
.AnyTagClassName
{
color: #CA6EEE;
}
</style>
background-color css
<style>
a { background-color: #CA6EEE; }
a { background-color: rgb(202,110,238); }
div.DivClassName
{
background-color: #CA6EEE;
}
.BgClassName
{
background-color: #CA6EEE;
}
</style>
border-color css
<style>
span { border-color: #CA6EEE; }
span { border-color: rgb(202,110,238); }
td.TdClassName
{
border-color: #CA6EEE;
}
.TagClassName
{
border-color: #CA6EEE;
}
</style>