Shades of Heliotrope #CA6AF9
Tints of Heliotrope #CA6AF9
RGB
CMYK
RGB Variations
Color information
#CA6AF9 (or 0xCA6AF9) is known color: Heliotrope. HEX triplet: CA, 6A and F9. RGB value is (202,106,249). Sum of RGB (Red+Green+Blue) = 202+106+249=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA6AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AF9 is #359506. Grayscale: #969696. Windows color (decimal): -3511559 or 16345802. OLE color: 16345802.
HSL color Cylindrical-coordinate representation of color #CA6AF9: hue angle of 280.28º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6AF9 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 106 | 249 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.02 |
| HSL | 280.28º | 0.92% | 0.7% | - |
| HSV(B) | 280.28º | 0.57% | 0.98% | - |
| XYZ | 46.61 | 29.7 | 92.9 | - |
| YUV | 151.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 249 | 0.19 | 0.57 | 0 | 0.02 | 280.28 | 0.92 | 0.7 |
| Hex | CA | 6A | F9 | 13 | 39 | 0 | 2 | 118 | 5C | 46 |
| Octal | 312 | 152 | 371 | 23 | 71 | 0 | 2 | 430 | 134 | 106 |
| Binary | 11001010 | 1101010 | 11111001 | 10011 | 111001 | 0 | 10 | 100011000 | 1011100 | 1000110 |
Color Harmonies of #CA6AF9
Complementary color
Monochromatic Colors of #CA6AF9
Black with #CA6AF9
Text Example
Text Example
White with #CA6AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AF9; }
p { color: rgb(202,106,249); }
H1.HeaderClassName
{
color: #CA6AF9;
}
.AnyTagClassName
{
color: #CA6AF9;
}
</style>
background-color css
<style>
a { background-color: #CA6AF9; }
a { background-color: rgb(202,106,249); }
div.DivClassName
{
background-color: #CA6AF9;
}
.BgClassName
{
background-color: #CA6AF9;
}
</style>
border-color css
<style>
span { border-color: #CA6AF9; }
span { border-color: rgb(202,106,249); }
td.TdClassName
{
border-color: #CA6AF9;
}
.TagClassName
{
border-color: #CA6AF9;
}
</style>