Shades of Heliotrope #CA6FFF
Tints of Heliotrope #CA6FFF
RGB
CMYK
RGB Variations
Color information
#CA6FFF (or 0xCA6FFF) is known color: Heliotrope. HEX triplet: CA, 6F and FF. RGB value is (202,111,255). Sum of RGB (Red+Green+Blue) = 202+111+255=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FFF is #359000. Grayscale: #9A9A9A. Windows color (decimal): -3510273 or 16740298. OLE color: 16740298.
HSL color Cylindrical-coordinate representation of color #CA6FFF: hue angle of 277.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6FFF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 111 | 255 | - |
| CMYK | 0.21 | 0.56 | 0 | 0 |
| HSL | 277.92º | 1% | 0.72% | - |
| HSV(B) | 277.92º | 0.56% | 1% | - |
| XYZ | 48.09 | 31.15 | 98.08 | - |
| YUV | 154.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 255 | 0.21 | 0.56 | 0 | 0 | 277.92 | 1 | 0.72 |
| Hex | CA | 6F | FF | 15 | 38 | 0 | 0 | 116 | 64 | 48 |
| Octal | 312 | 157 | 377 | 25 | 70 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001010 | 1101111 | 11111111 | 10101 | 111000 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CA6FFF
Complementary color
Monochromatic Colors of #CA6FFF
Black with #CA6FFF
Text Example
Text Example
White with #CA6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FFF; }
p { color: rgb(202,111,255); }
H1.HeaderClassName
{
color: #CA6FFF;
}
.AnyTagClassName
{
color: #CA6FFF;
}
</style>
background-color css
<style>
a { background-color: #CA6FFF; }
a { background-color: rgb(202,111,255); }
div.DivClassName
{
background-color: #CA6FFF;
}
.BgClassName
{
background-color: #CA6FFF;
}
</style>
border-color css
<style>
span { border-color: #CA6FFF; }
span { border-color: rgb(202,111,255); }
td.TdClassName
{
border-color: #CA6FFF;
}
.TagClassName
{
border-color: #CA6FFF;
}
</style>