Shades of Heliotrope #CA6FEC
Tints of Heliotrope #CA6FEC
RGB
CMYK
RGB Variations
Color information
#CA6FEC (or 0xCA6FEC) is known color: Heliotrope. HEX triplet: CA, 6F and EC. RGB value is (202,111,236). Sum of RGB (Red+Green+Blue) = 202+111+236=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FEC is #359013. Grayscale: #989898. Windows color (decimal): -3510292 or 15495114. OLE color: 15495114.
HSL color Cylindrical-coordinate representation of color #CA6FEC: hue angle of 283.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6FEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 111 | 236 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.07 |
| HSL | 283.68º | 0.77% | 0.68% | - |
| HSV(B) | 283.68º | 0.53% | 0.93% | - |
| XYZ | 45.18 | 29.98 | 82.76 | - |
| YUV | 152.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 236 | 0.14 | 0.53 | 0 | 0.07 | 283.68 | 0.77 | 0.68 |
| Hex | CA | 6F | EC | E | 35 | 0 | 7 | 11C | 4D | 44 |
| Octal | 312 | 157 | 354 | 16 | 65 | 0 | 7 | 434 | 115 | 104 |
| Binary | 11001010 | 1101111 | 11101100 | 1110 | 110101 | 0 | 111 | 100011100 | 1001101 | 1000100 |
Color Harmonies of #CA6FEC
Complementary color
Monochromatic Colors of #CA6FEC
Black with #CA6FEC
Text Example
Text Example
White with #CA6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FEC; }
p { color: rgb(202,111,236); }
H1.HeaderClassName
{
color: #CA6FEC;
}
.AnyTagClassName
{
color: #CA6FEC;
}
</style>
background-color css
<style>
a { background-color: #CA6FEC; }
a { background-color: rgb(202,111,236); }
div.DivClassName
{
background-color: #CA6FEC;
}
.BgClassName
{
background-color: #CA6FEC;
}
</style>
border-color css
<style>
span { border-color: #CA6FEC; }
span { border-color: rgb(202,111,236); }
td.TdClassName
{
border-color: #CA6FEC;
}
.TagClassName
{
border-color: #CA6FEC;
}
</style>