Shades of Heliotrope #CA6FE8
Tints of Heliotrope #CA6FE8
RGB
CMYK
RGB Variations
Color information
#CA6FE8 (or 0xCA6FE8) is known color: Heliotrope. HEX triplet: CA, 6F and E8. RGB value is (202,111,232). Sum of RGB (Red+Green+Blue) = 202+111+232=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FE8 is #359017. Grayscale: #979797. Windows color (decimal): -3510296 or 15232970. OLE color: 15232970.
HSL color Cylindrical-coordinate representation of color #CA6FE8: hue angle of 285.12º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6FE8 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 111 | 232 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.09 |
| HSL | 285.12º | 0.72% | 0.67% | - |
| HSV(B) | 285.12º | 0.52% | 0.91% | - |
| XYZ | 44.61 | 29.75 | 79.74 | - |
| YUV | 152 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 232 | 0.13 | 0.52 | 0 | 0.09 | 285.12 | 0.72 | 0.67 |
| Hex | CA | 6F | E8 | D | 34 | 0 | 9 | 11D | 48 | 43 |
| Octal | 312 | 157 | 350 | 15 | 64 | 0 | 11 | 435 | 110 | 103 |
| Binary | 11001010 | 1101111 | 11101000 | 1101 | 110100 | 0 | 1001 | 100011101 | 1001000 | 1000011 |
Color Harmonies of #CA6FE8
Complementary color
Monochromatic Colors of #CA6FE8
Black with #CA6FE8
Text Example
Text Example
White with #CA6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FE8; }
p { color: rgb(202,111,232); }
H1.HeaderClassName
{
color: #CA6FE8;
}
.AnyTagClassName
{
color: #CA6FE8;
}
</style>
background-color css
<style>
a { background-color: #CA6FE8; }
a { background-color: rgb(202,111,232); }
div.DivClassName
{
background-color: #CA6FE8;
}
.BgClassName
{
background-color: #CA6FE8;
}
</style>
border-color css
<style>
span { border-color: #CA6FE8; }
span { border-color: rgb(202,111,232); }
td.TdClassName
{
border-color: #CA6FE8;
}
.TagClassName
{
border-color: #CA6FE8;
}
</style>