Shades of Heliotrope #CA54FB
Tints of Heliotrope #CA54FB
RGB
CMYK
RGB Variations
Color information
#CA54FB (or 0xCA54FB) is known color: Heliotrope. HEX triplet: CA, 54 and FB. RGB value is (202,84,251). Sum of RGB (Red+Green+Blue) = 202+84+251=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA54FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54FB is #35AB04. Grayscale: #898989. Windows color (decimal): -3517189 or 16471242. OLE color: 16471242.
HSL color Cylindrical-coordinate representation of color #CA54FB: hue angle of 282.4º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA54FB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 84 | 251 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.02 |
| HSL | 282.4º | 0.95% | 0.66% | - |
| HSV(B) | 282.4º | 0.67% | 0.98% | - |
| XYZ | 44.94 | 25.86 | 93.89 | - |
| YUV | 138.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 251 | 0.20 | 0.67 | 0 | 0.02 | 282.4 | 0.95 | 0.66 |
| Hex | CA | 54 | FB | 14 | 43 | 0 | 2 | 11A | 5F | 42 |
| Octal | 312 | 124 | 373 | 24 | 103 | 0 | 2 | 432 | 137 | 102 |
| Binary | 11001010 | 1010100 | 11111011 | 10100 | 1000011 | 0 | 10 | 100011010 | 1011111 | 1000010 |
Color Harmonies of #CA54FB
Complementary color
Monochromatic Colors of #CA54FB
Black with #CA54FB
Text Example
Text Example
White with #CA54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54FB; }
p { color: rgb(202,84,251); }
H1.HeaderClassName
{
color: #CA54FB;
}
.AnyTagClassName
{
color: #CA54FB;
}
</style>
background-color css
<style>
a { background-color: #CA54FB; }
a { background-color: rgb(202,84,251); }
div.DivClassName
{
background-color: #CA54FB;
}
.BgClassName
{
background-color: #CA54FB;
}
</style>
border-color css
<style>
span { border-color: #CA54FB; }
span { border-color: rgb(202,84,251); }
td.TdClassName
{
border-color: #CA54FB;
}
.TagClassName
{
border-color: #CA54FB;
}
</style>