Shades of Heliotrope #CA6DF8
Tints of Heliotrope #CA6DF8
RGB
CMYK
RGB Variations
Color information
#CA6DF8 (or 0xCA6DF8) is known color: Heliotrope. HEX triplet: CA, 6D and F8. RGB value is (202,109,248). Sum of RGB (Red+Green+Blue) = 202+109+248=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DF8 is #359207. Grayscale: #989898. Windows color (decimal): -3510792 or 16281034. OLE color: 16281034.
HSL color Cylindrical-coordinate representation of color #CA6DF8: hue angle of 280.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6DF8 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 109 | 248 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.03 |
| HSL | 280.14º | 0.91% | 0.7% | - |
| HSV(B) | 280.14º | 0.56% | 0.97% | - |
| XYZ | 46.77 | 30.27 | 92.18 | - |
| YUV | 152.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 248 | 0.19 | 0.56 | 0 | 0.03 | 280.14 | 0.91 | 0.7 |
| Hex | CA | 6D | F8 | 13 | 38 | 0 | 3 | 118 | 5B | 46 |
| Octal | 312 | 155 | 370 | 23 | 70 | 0 | 3 | 430 | 133 | 106 |
| Binary | 11001010 | 1101101 | 11111000 | 10011 | 111000 | 0 | 11 | 100011000 | 1011011 | 1000110 |
Color Harmonies of #CA6DF8
Complementary color
Monochromatic Colors of #CA6DF8
Black with #CA6DF8
Text Example
Text Example
White with #CA6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DF8; }
p { color: rgb(202,109,248); }
H1.HeaderClassName
{
color: #CA6DF8;
}
.AnyTagClassName
{
color: #CA6DF8;
}
</style>
background-color css
<style>
a { background-color: #CA6DF8; }
a { background-color: rgb(202,109,248); }
div.DivClassName
{
background-color: #CA6DF8;
}
.BgClassName
{
background-color: #CA6DF8;
}
</style>
border-color css
<style>
span { border-color: #CA6DF8; }
span { border-color: rgb(202,109,248); }
td.TdClassName
{
border-color: #CA6DF8;
}
.TagClassName
{
border-color: #CA6DF8;
}
</style>