Shades of Heliotrope #CA6DFF
Tints of Heliotrope #CA6DFF
RGB
CMYK
RGB Variations
Color information
#CA6DFF (or 0xCA6DFF) is known color: Heliotrope. HEX triplet: CA, 6D and FF. RGB value is (202,109,255). Sum of RGB (Red+Green+Blue) = 202+109+255=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DFF is #359200. Grayscale: #989898. Windows color (decimal): -3510785 or 16739786. OLE color: 16739786.
HSL color Cylindrical-coordinate representation of color #CA6DFF: hue angle of 278.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6DFF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 109 | 255 | - |
| CMYK | 0.21 | 0.57 | 0 | 0 |
| HSL | 278.22º | 1% | 0.71% | - |
| HSV(B) | 278.22º | 0.57% | 1% | - |
| XYZ | 47.88 | 30.71 | 98.01 | - |
| YUV | 153.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 255 | 0.21 | 0.57 | 0 | 0 | 278.22 | 1 | 0.71 |
| Hex | CA | 6D | FF | 15 | 39 | 0 | 0 | 116 | 64 | 47 |
| Octal | 312 | 155 | 377 | 25 | 71 | 0 | 0 | 426 | 144 | 107 |
| Binary | 11001010 | 1101101 | 11111111 | 10101 | 111001 | 0 | 0 | 100010110 | 1100100 | 1000111 |
Color Harmonies of #CA6DFF
Complementary color
Monochromatic Colors of #CA6DFF
Black with #CA6DFF
Text Example
Text Example
White with #CA6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DFF; }
p { color: rgb(202,109,255); }
H1.HeaderClassName
{
color: #CA6DFF;
}
.AnyTagClassName
{
color: #CA6DFF;
}
</style>
background-color css
<style>
a { background-color: #CA6DFF; }
a { background-color: rgb(202,109,255); }
div.DivClassName
{
background-color: #CA6DFF;
}
.BgClassName
{
background-color: #CA6DFF;
}
</style>
border-color css
<style>
span { border-color: #CA6DFF; }
span { border-color: rgb(202,109,255); }
td.TdClassName
{
border-color: #CA6DFF;
}
.TagClassName
{
border-color: #CA6DFF;
}
</style>