Shades of Heliotrope #CA51FF
Tints of Heliotrope #CA51FF
RGB
CMYK
RGB Variations
Color information
#CA51FF (or 0xCA51FF) is known color: Heliotrope. HEX triplet: CA, 51 and FF. RGB value is (202,81,255). Sum of RGB (Red+Green+Blue) = 202+81+255=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51FF is #35AE00. Grayscale: #888888. Windows color (decimal): -3517953 or 16732618. OLE color: 16732618.
HSL color Cylindrical-coordinate representation of color #CA51FF: hue angle of 281.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA51FF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 81 | 255 | - |
| CMYK | 0.21 | 0.68 | 0 | 0 |
| HSL | 281.72º | 1% | 0.66% | - |
| HSV(B) | 281.72º | 0.68% | 1% | - |
| XYZ | 45.35 | 25.66 | 97.17 | - |
| YUV | 137.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 255 | 0.21 | 0.68 | 0 | 0 | 281.72 | 1 | 0.66 |
| Hex | CA | 51 | FF | 15 | 44 | 0 | 0 | 11A | 64 | 42 |
| Octal | 312 | 121 | 377 | 25 | 104 | 0 | 0 | 432 | 144 | 102 |
| Binary | 11001010 | 1010001 | 11111111 | 10101 | 1000100 | 0 | 0 | 100011010 | 1100100 | 1000010 |
Color Harmonies of #CA51FF
Complementary color
Monochromatic Colors of #CA51FF
Black with #CA51FF
Text Example
Text Example
White with #CA51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51FF; }
p { color: rgb(202,81,255); }
H1.HeaderClassName
{
color: #CA51FF;
}
.AnyTagClassName
{
color: #CA51FF;
}
</style>
background-color css
<style>
a { background-color: #CA51FF; }
a { background-color: rgb(202,81,255); }
div.DivClassName
{
background-color: #CA51FF;
}
.BgClassName
{
background-color: #CA51FF;
}
</style>
border-color css
<style>
span { border-color: #CA51FF; }
span { border-color: rgb(202,81,255); }
td.TdClassName
{
border-color: #CA51FF;
}
.TagClassName
{
border-color: #CA51FF;
}
</style>