Shades of Heliotrope #CA6FEF
Tints of Heliotrope #CA6FEF
RGB
CMYK
RGB Variations
Color information
#CA6FEF (or 0xCA6FEF) is known color: Heliotrope. HEX triplet: CA, 6F and EF. RGB value is (202,111,239). Sum of RGB (Red+Green+Blue) = 202+111+239=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FEF is #359010. Grayscale: #989898. Windows color (decimal): -3510289 or 15691722. OLE color: 15691722.
HSL color Cylindrical-coordinate representation of color #CA6FEF: hue angle of 282.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6FEF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 111 | 239 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.06 |
| HSL | 282.66º | 0.8% | 0.69% | - |
| HSV(B) | 282.66º | 0.54% | 0.94% | - |
| XYZ | 45.62 | 30.16 | 85.08 | - |
| YUV | 152.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 239 | 0.15 | 0.54 | 0 | 0.06 | 282.66 | 0.8 | 0.69 |
| Hex | CA | 6F | EF | F | 36 | 0 | 6 | 11B | 50 | 45 |
| Octal | 312 | 157 | 357 | 17 | 66 | 0 | 6 | 433 | 120 | 105 |
| Binary | 11001010 | 1101111 | 11101111 | 1111 | 110110 | 0 | 110 | 100011011 | 1010000 | 1000101 |
Color Harmonies of #CA6FEF
Complementary color
Monochromatic Colors of #CA6FEF
Black with #CA6FEF
Text Example
Text Example
White with #CA6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FEF; }
p { color: rgb(202,111,239); }
H1.HeaderClassName
{
color: #CA6FEF;
}
.AnyTagClassName
{
color: #CA6FEF;
}
</style>
background-color css
<style>
a { background-color: #CA6FEF; }
a { background-color: rgb(202,111,239); }
div.DivClassName
{
background-color: #CA6FEF;
}
.BgClassName
{
background-color: #CA6FEF;
}
</style>
border-color css
<style>
span { border-color: #CA6FEF; }
span { border-color: rgb(202,111,239); }
td.TdClassName
{
border-color: #CA6FEF;
}
.TagClassName
{
border-color: #CA6FEF;
}
</style>