Shades of Heliotrope #CA5BFA
Tints of Heliotrope #CA5BFA
RGB
CMYK
RGB Variations
Color information
#CA5BFA (or 0xCA5BFA) is known color: Heliotrope. HEX triplet: CA, 5B and FA. RGB value is (202,91,250). Sum of RGB (Red+Green+Blue) = 202+91+250=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BFA is #35A405. Grayscale: #8D8D8D. Windows color (decimal): -3515398 or 16407498. OLE color: 16407498.
HSL color Cylindrical-coordinate representation of color #CA5BFA: hue angle of 281.89º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5BFA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 91 | 250 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.02 |
| HSL | 281.89º | 0.94% | 0.67% | - |
| HSV(B) | 281.89º | 0.64% | 0.98% | - |
| XYZ | 45.35 | 26.94 | 93.25 | - |
| YUV | 142.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 250 | 0.19 | 0.64 | 0 | 0.02 | 281.89 | 0.94 | 0.67 |
| Hex | CA | 5B | FA | 13 | 40 | 0 | 2 | 11A | 5E | 43 |
| Octal | 312 | 133 | 372 | 23 | 100 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001010 | 1011011 | 11111010 | 10011 | 1000000 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CA5BFA
Complementary color
Monochromatic Colors of #CA5BFA
Black with #CA5BFA
Text Example
Text Example
White with #CA5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BFA; }
p { color: rgb(202,91,250); }
H1.HeaderClassName
{
color: #CA5BFA;
}
.AnyTagClassName
{
color: #CA5BFA;
}
</style>
background-color css
<style>
a { background-color: #CA5BFA; }
a { background-color: rgb(202,91,250); }
div.DivClassName
{
background-color: #CA5BFA;
}
.BgClassName
{
background-color: #CA5BFA;
}
</style>
border-color css
<style>
span { border-color: #CA5BFA; }
span { border-color: rgb(202,91,250); }
td.TdClassName
{
border-color: #CA5BFA;
}
.TagClassName
{
border-color: #CA5BFA;
}
</style>