Shades of Heliotrope #CA6EEA
Tints of Heliotrope #CA6EEA
RGB
CMYK
RGB Variations
Color information
#CA6EEA (or 0xCA6EEA) is known color: Heliotrope. HEX triplet: CA, 6E and EA. RGB value is (202,110,234). Sum of RGB (Red+Green+Blue) = 202+110+234=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EEA is #359115. Grayscale: #979797. Windows color (decimal): -3510550 or 15363786. OLE color: 15363786.
HSL color Cylindrical-coordinate representation of color #CA6EEA: hue angle of 284.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6EEA is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 110 | 234 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.08 |
| HSL | 284.52º | 0.75% | 0.67% | - |
| HSV(B) | 284.52º | 0.53% | 0.92% | - |
| XYZ | 44.78 | 29.65 | 81.2 | - |
| YUV | 151.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 234 | 0.14 | 0.53 | 0 | 0.08 | 284.52 | 0.75 | 0.67 |
| Hex | CA | 6E | EA | E | 35 | 0 | 8 | 11D | 4B | 43 |
| Octal | 312 | 156 | 352 | 16 | 65 | 0 | 10 | 435 | 113 | 103 |
| Binary | 11001010 | 1101110 | 11101010 | 1110 | 110101 | 0 | 1000 | 100011101 | 1001011 | 1000011 |
Color Harmonies of #CA6EEA
Complementary color
Monochromatic Colors of #CA6EEA
Black with #CA6EEA
Text Example
Text Example
White with #CA6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EEA; }
p { color: rgb(202,110,234); }
H1.HeaderClassName
{
color: #CA6EEA;
}
.AnyTagClassName
{
color: #CA6EEA;
}
</style>
background-color css
<style>
a { background-color: #CA6EEA; }
a { background-color: rgb(202,110,234); }
div.DivClassName
{
background-color: #CA6EEA;
}
.BgClassName
{
background-color: #CA6EEA;
}
</style>
border-color css
<style>
span { border-color: #CA6EEA; }
span { border-color: rgb(202,110,234); }
td.TdClassName
{
border-color: #CA6EEA;
}
.TagClassName
{
border-color: #CA6EEA;
}
</style>