Shades of Heliotrope #CA54F9
Tints of Heliotrope #CA54F9
RGB
CMYK
RGB Variations
Color information
#CA54F9 (or 0xCA54F9) is known color: Heliotrope. HEX triplet: CA, 54 and F9. RGB value is (202,84,249). Sum of RGB (Red+Green+Blue) = 202+84+249=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA54F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54F9 is #35AB06. Grayscale: #898989. Windows color (decimal): -3517191 or 16340170. OLE color: 16340170.
HSL color Cylindrical-coordinate representation of color #CA54F9: hue angle of 282.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA54F9 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 84 | 249 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.02 |
| HSL | 282.91º | 0.93% | 0.65% | - |
| HSV(B) | 282.91º | 0.66% | 0.98% | - |
| XYZ | 44.63 | 25.74 | 92.24 | - |
| YUV | 138.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 249 | 0.19 | 0.66 | 0 | 0.02 | 282.91 | 0.93 | 0.65 |
| Hex | CA | 54 | F9 | 13 | 42 | 0 | 2 | 11B | 5D | 41 |
| Octal | 312 | 124 | 371 | 23 | 102 | 0 | 2 | 433 | 135 | 101 |
| Binary | 11001010 | 1010100 | 11111001 | 10011 | 1000010 | 0 | 10 | 100011011 | 1011101 | 1000001 |
Color Harmonies of #CA54F9
Complementary color
Monochromatic Colors of #CA54F9
Black with #CA54F9
Text Example
Text Example
White with #CA54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54F9; }
p { color: rgb(202,84,249); }
H1.HeaderClassName
{
color: #CA54F9;
}
.AnyTagClassName
{
color: #CA54F9;
}
</style>
background-color css
<style>
a { background-color: #CA54F9; }
a { background-color: rgb(202,84,249); }
div.DivClassName
{
background-color: #CA54F9;
}
.BgClassName
{
background-color: #CA54F9;
}
</style>
border-color css
<style>
span { border-color: #CA54F9; }
span { border-color: rgb(202,84,249); }
td.TdClassName
{
border-color: #CA54F9;
}
.TagClassName
{
border-color: #CA54F9;
}
</style>