Shades of Heliotrope #CA51FA
Tints of Heliotrope #CA51FA
RGB
CMYK
RGB Variations
Color information
#CA51FA (or 0xCA51FA) is known color: Heliotrope. HEX triplet: CA, 51 and FA. RGB value is (202,81,250). Sum of RGB (Red+Green+Blue) = 202+81+250=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA51FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51FA is #35AE05. Grayscale: #878787. Windows color (decimal): -3517958 or 16404938. OLE color: 16404938.
HSL color Cylindrical-coordinate representation of color #CA51FA: hue angle of 282.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA51FA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 81 | 250 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.02 |
| HSL | 282.96º | 0.94% | 0.65% | - |
| HSV(B) | 282.96º | 0.68% | 0.98% | - |
| XYZ | 44.55 | 25.34 | 92.99 | - |
| YUV | 136.45 | 192.09 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 250 | 0.19 | 0.68 | 0 | 0.02 | 282.96 | 0.94 | 0.65 |
| Hex | CA | 51 | FA | 13 | 44 | 0 | 2 | 11B | 5E | 41 |
| Octal | 312 | 121 | 372 | 23 | 104 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001010 | 1010001 | 11111010 | 10011 | 1000100 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CA51FA
Complementary color
Monochromatic Colors of #CA51FA
Black with #CA51FA
Text Example
Text Example
White with #CA51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51FA; }
p { color: rgb(202,81,250); }
H1.HeaderClassName
{
color: #CA51FA;
}
.AnyTagClassName
{
color: #CA51FA;
}
</style>
background-color css
<style>
a { background-color: #CA51FA; }
a { background-color: rgb(202,81,250); }
div.DivClassName
{
background-color: #CA51FA;
}
.BgClassName
{
background-color: #CA51FA;
}
</style>
border-color css
<style>
span { border-color: #CA51FA; }
span { border-color: rgb(202,81,250); }
td.TdClassName
{
border-color: #CA51FA;
}
.TagClassName
{
border-color: #CA51FA;
}
</style>