Shades of Heliotrope #CA6DF9
Tints of Heliotrope #CA6DF9
RGB
CMYK
RGB Variations
Color information
#CA6DF9 (or 0xCA6DF9) is known color: Heliotrope. HEX triplet: CA, 6D and F9. RGB value is (202,109,249). Sum of RGB (Red+Green+Blue) = 202+109+249=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA6DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DF9 is #359206. Grayscale: #989898. Windows color (decimal): -3510791 or 16346570. OLE color: 16346570.
HSL color Cylindrical-coordinate representation of color #CA6DF9: hue angle of 279.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6DF9 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 109 | 249 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.02 |
| HSL | 279.86º | 0.92% | 0.7% | - |
| HSV(B) | 279.86º | 0.56% | 0.98% | - |
| XYZ | 46.92 | 30.33 | 93 | - |
| YUV | 152.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 249 | 0.19 | 0.56 | 0 | 0.02 | 279.86 | 0.92 | 0.7 |
| Hex | CA | 6D | F9 | 13 | 38 | 0 | 2 | 118 | 5C | 46 |
| Octal | 312 | 155 | 371 | 23 | 70 | 0 | 2 | 430 | 134 | 106 |
| Binary | 11001010 | 1101101 | 11111001 | 10011 | 111000 | 0 | 10 | 100011000 | 1011100 | 1000110 |
Color Harmonies of #CA6DF9
Complementary color
Monochromatic Colors of #CA6DF9
Black with #CA6DF9
Text Example
Text Example
White with #CA6DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DF9; }
p { color: rgb(202,109,249); }
H1.HeaderClassName
{
color: #CA6DF9;
}
.AnyTagClassName
{
color: #CA6DF9;
}
</style>
background-color css
<style>
a { background-color: #CA6DF9; }
a { background-color: rgb(202,109,249); }
div.DivClassName
{
background-color: #CA6DF9;
}
.BgClassName
{
background-color: #CA6DF9;
}
</style>
border-color css
<style>
span { border-color: #CA6DF9; }
span { border-color: rgb(202,109,249); }
td.TdClassName
{
border-color: #CA6DF9;
}
.TagClassName
{
border-color: #CA6DF9;
}
</style>