Shades of Heliotrope #CA6AF2
Tints of Heliotrope #CA6AF2
RGB
CMYK
RGB Variations
Color information
#CA6AF2 (or 0xCA6AF2) is known color: Heliotrope. HEX triplet: CA, 6A and F2. RGB value is (202,106,242). Sum of RGB (Red+Green+Blue) = 202+106+242=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AF2 is #35950D. Grayscale: #959595. Windows color (decimal): -3511566 or 15887050. OLE color: 15887050.
HSL color Cylindrical-coordinate representation of color #CA6AF2: hue angle of 282.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6AF2 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 106 | 242 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.05 |
| HSL | 282.35º | 0.84% | 0.68% | - |
| HSV(B) | 282.35º | 0.56% | 0.95% | - |
| XYZ | 45.54 | 29.28 | 87.26 | - |
| YUV | 150.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 242 | 0.17 | 0.56 | 0 | 0.05 | 282.35 | 0.84 | 0.68 |
| Hex | CA | 6A | F2 | 11 | 38 | 0 | 5 | 11A | 54 | 44 |
| Octal | 312 | 152 | 362 | 21 | 70 | 0 | 5 | 432 | 124 | 104 |
| Binary | 11001010 | 1101010 | 11110010 | 10001 | 111000 | 0 | 101 | 100011010 | 1010100 | 1000100 |
Color Harmonies of #CA6AF2
Complementary color
Monochromatic Colors of #CA6AF2
Black with #CA6AF2
Text Example
Text Example
White with #CA6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AF2; }
p { color: rgb(202,106,242); }
H1.HeaderClassName
{
color: #CA6AF2;
}
.AnyTagClassName
{
color: #CA6AF2;
}
</style>
background-color css
<style>
a { background-color: #CA6AF2; }
a { background-color: rgb(202,106,242); }
div.DivClassName
{
background-color: #CA6AF2;
}
.BgClassName
{
background-color: #CA6AF2;
}
</style>
border-color css
<style>
span { border-color: #CA6AF2; }
span { border-color: rgb(202,106,242); }
td.TdClassName
{
border-color: #CA6AF2;
}
.TagClassName
{
border-color: #CA6AF2;
}
</style>