Shades of Heliotrope #CA6DFE
Tints of Heliotrope #CA6DFE
RGB
CMYK
RGB Variations
Color information
#CA6DFE (or 0xCA6DFE) is known color: Heliotrope. HEX triplet: CA, 6D and FE. RGB value is (202,109,254). Sum of RGB (Red+Green+Blue) = 202+109+254=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DFE is #359201. Grayscale: #989898. Windows color (decimal): -3510786 or 16674250. OLE color: 16674250.
HSL color Cylindrical-coordinate representation of color #CA6DFE: hue angle of 278.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6DFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 109 | 254 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.00 |
| HSL | 278.48º | 0.99% | 0.71% | - |
| HSV(B) | 278.48º | 0.57% | 1% | - |
| XYZ | 47.72 | 30.65 | 97.17 | - |
| YUV | 153.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 254 | 0.20 | 0.57 | 0 | 0.00 | 278.48 | 0.99 | 0.71 |
| Hex | CA | 6D | FE | 14 | 39 | 0 | 0 | 116 | 63 | 47 |
| Octal | 312 | 155 | 376 | 24 | 71 | 0 | 0 | 426 | 143 | 107 |
| Binary | 11001010 | 1101101 | 11111110 | 10100 | 111001 | 0 | 0 | 100010110 | 1100011 | 1000111 |
Color Harmonies of #CA6DFE
Complementary color
Monochromatic Colors of #CA6DFE
Black with #CA6DFE
Text Example
Text Example
White with #CA6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DFE; }
p { color: rgb(202,109,254); }
H1.HeaderClassName
{
color: #CA6DFE;
}
.AnyTagClassName
{
color: #CA6DFE;
}
</style>
background-color css
<style>
a { background-color: #CA6DFE; }
a { background-color: rgb(202,109,254); }
div.DivClassName
{
background-color: #CA6DFE;
}
.BgClassName
{
background-color: #CA6DFE;
}
</style>
border-color css
<style>
span { border-color: #CA6DFE; }
span { border-color: rgb(202,109,254); }
td.TdClassName
{
border-color: #CA6DFE;
}
.TagClassName
{
border-color: #CA6DFE;
}
</style>