Shades of Heliotrope #CA6DEC
Tints of Heliotrope #CA6DEC
RGB
CMYK
RGB Variations
Color information
#CA6DEC (or 0xCA6DEC) is known color: Heliotrope. HEX triplet: CA, 6D and EC. RGB value is (202,109,236). Sum of RGB (Red+Green+Blue) = 202+109+236=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DEC is #359213. Grayscale: #969696. Windows color (decimal): -3510804 or 15494602. OLE color: 15494602.
HSL color Cylindrical-coordinate representation of color #CA6DEC: hue angle of 283.94º degrees, saturation: 0.77, 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 #CA6DEC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 109 | 236 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.07 |
| HSL | 283.94º | 0.77% | 0.68% | - |
| HSV(B) | 283.94º | 0.54% | 0.93% | - |
| XYZ | 44.97 | 29.55 | 82.69 | - |
| YUV | 151.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 236 | 0.14 | 0.54 | 0 | 0.07 | 283.94 | 0.77 | 0.68 |
| Hex | CA | 6D | EC | E | 36 | 0 | 7 | 11C | 4D | 44 |
| Octal | 312 | 155 | 354 | 16 | 66 | 0 | 7 | 434 | 115 | 104 |
| Binary | 11001010 | 1101101 | 11101100 | 1110 | 110110 | 0 | 111 | 100011100 | 1001101 | 1000100 |
Color Harmonies of #CA6DEC
Complementary color
Monochromatic Colors of #CA6DEC
Black with #CA6DEC
Text Example
Text Example
White with #CA6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DEC; }
p { color: rgb(202,109,236); }
H1.HeaderClassName
{
color: #CA6DEC;
}
.AnyTagClassName
{
color: #CA6DEC;
}
</style>
background-color css
<style>
a { background-color: #CA6DEC; }
a { background-color: rgb(202,109,236); }
div.DivClassName
{
background-color: #CA6DEC;
}
.BgClassName
{
background-color: #CA6DEC;
}
</style>
border-color css
<style>
span { border-color: #CA6DEC; }
span { border-color: rgb(202,109,236); }
td.TdClassName
{
border-color: #CA6DEC;
}
.TagClassName
{
border-color: #CA6DEC;
}
</style>