Shades of Heliotrope #CA5BFE
Tints of Heliotrope #CA5BFE
RGB
CMYK
RGB Variations
Color information
#CA5BFE (or 0xCA5BFE) is known color: Heliotrope. HEX triplet: CA, 5B and FE. RGB value is (202,91,254). Sum of RGB (Red+Green+Blue) = 202+91+254=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5BFE is #35A401. Grayscale: #8E8E8E. Windows color (decimal): -3515394 or 16669642. OLE color: 16669642.
HSL color Cylindrical-coordinate representation of color #CA5BFE: hue angle of 280.86º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5BFE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 91 | 254 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.00 |
| HSL | 280.86º | 0.99% | 0.68% | - |
| HSV(B) | 280.86º | 0.64% | 1% | - |
| XYZ | 45.99 | 27.19 | 96.59 | - |
| YUV | 142.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 254 | 0.20 | 0.64 | 0 | 0.00 | 280.86 | 0.99 | 0.68 |
| Hex | CA | 5B | FE | 14 | 40 | 0 | 0 | 119 | 63 | 44 |
| Octal | 312 | 133 | 376 | 24 | 100 | 0 | 0 | 431 | 143 | 104 |
| Binary | 11001010 | 1011011 | 11111110 | 10100 | 1000000 | 0 | 0 | 100011001 | 1100011 | 1000100 |
Color Harmonies of #CA5BFE
Complementary color
Monochromatic Colors of #CA5BFE
Black with #CA5BFE
Text Example
Text Example
White with #CA5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BFE; }
p { color: rgb(202,91,254); }
H1.HeaderClassName
{
color: #CA5BFE;
}
.AnyTagClassName
{
color: #CA5BFE;
}
</style>
background-color css
<style>
a { background-color: #CA5BFE; }
a { background-color: rgb(202,91,254); }
div.DivClassName
{
background-color: #CA5BFE;
}
.BgClassName
{
background-color: #CA5BFE;
}
</style>
border-color css
<style>
span { border-color: #CA5BFE; }
span { border-color: rgb(202,91,254); }
td.TdClassName
{
border-color: #CA5BFE;
}
.TagClassName
{
border-color: #CA5BFE;
}
</style>