Shades of Heliotrope #CA5EEF
Tints of Heliotrope #CA5EEF
RGB
CMYK
RGB Variations
Color information
#CA5EEF (or 0xCA5EEF) is known color: Heliotrope. HEX triplet: CA, 5E and EF. RGB value is (202,94,239). Sum of RGB (Red+Green+Blue) = 202+94+239=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EEF is #35A110. Grayscale: #8E8E8E. Windows color (decimal): -3514641 or 15687370. OLE color: 15687370.
HSL color Cylindrical-coordinate representation of color #CA5EEF: hue angle of 284.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA5EEF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 94 | 239 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.06 |
| HSL | 284.69º | 0.82% | 0.65% | - |
| HSV(B) | 284.69º | 0.61% | 0.94% | - |
| XYZ | 43.94 | 26.79 | 84.52 | - |
| YUV | 142.82 | 182.28 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 239 | 0.15 | 0.61 | 0 | 0.06 | 284.69 | 0.82 | 0.65 |
| Hex | CA | 5E | EF | F | 3D | 0 | 6 | 11D | 52 | 41 |
| Octal | 312 | 136 | 357 | 17 | 75 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001010 | 1011110 | 11101111 | 1111 | 111101 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #CA5EEF
Complementary color
Monochromatic Colors of #CA5EEF
Black with #CA5EEF
Text Example
Text Example
White with #CA5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EEF; }
p { color: rgb(202,94,239); }
H1.HeaderClassName
{
color: #CA5EEF;
}
.AnyTagClassName
{
color: #CA5EEF;
}
</style>
background-color css
<style>
a { background-color: #CA5EEF; }
a { background-color: rgb(202,94,239); }
div.DivClassName
{
background-color: #CA5EEF;
}
.BgClassName
{
background-color: #CA5EEF;
}
</style>
border-color css
<style>
span { border-color: #CA5EEF; }
span { border-color: rgb(202,94,239); }
td.TdClassName
{
border-color: #CA5EEF;
}
.TagClassName
{
border-color: #CA5EEF;
}
</style>