Shades of Heliotrope #CA5DFA
Tints of Heliotrope #CA5DFA
RGB
CMYK
RGB Variations
Color information
#CA5DFA (or 0xCA5DFA) is known color: Heliotrope. HEX triplet: CA, 5D and FA. RGB value is (202,93,250). Sum of RGB (Red+Green+Blue) = 202+93+250=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DFA is #35A205. Grayscale: #8E8E8E. Windows color (decimal): -3514886 or 16408010. OLE color: 16408010.
HSL color Cylindrical-coordinate representation of color #CA5DFA: hue angle of 281.66º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5DFA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 93 | 250 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.02 |
| HSL | 281.66º | 0.94% | 0.67% | - |
| HSV(B) | 281.66º | 0.63% | 0.98% | - |
| XYZ | 45.53 | 27.29 | 93.31 | - |
| YUV | 143.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 250 | 0.19 | 0.63 | 0 | 0.02 | 281.66 | 0.94 | 0.67 |
| Hex | CA | 5D | FA | 13 | 3F | 0 | 2 | 11A | 5E | 43 |
| Octal | 312 | 135 | 372 | 23 | 77 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001010 | 1011101 | 11111010 | 10011 | 111111 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CA5DFA
Complementary color
Monochromatic Colors of #CA5DFA
Black with #CA5DFA
Text Example
Text Example
White with #CA5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DFA; }
p { color: rgb(202,93,250); }
H1.HeaderClassName
{
color: #CA5DFA;
}
.AnyTagClassName
{
color: #CA5DFA;
}
</style>
background-color css
<style>
a { background-color: #CA5DFA; }
a { background-color: rgb(202,93,250); }
div.DivClassName
{
background-color: #CA5DFA;
}
.BgClassName
{
background-color: #CA5DFA;
}
</style>
border-color css
<style>
span { border-color: #CA5DFA; }
span { border-color: rgb(202,93,250); }
td.TdClassName
{
border-color: #CA5DFA;
}
.TagClassName
{
border-color: #CA5DFA;
}
</style>