Shades of Heliotrope #CA5DFE
Tints of Heliotrope #CA5DFE
RGB
CMYK
RGB Variations
Color information
#CA5DFE (or 0xCA5DFE) is known color: Heliotrope. HEX triplet: CA, 5D and FE. RGB value is (202,93,254). Sum of RGB (Red+Green+Blue) = 202+93+254=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DFE is #35A201. Grayscale: #8F8F8F. Windows color (decimal): -3514882 or 16670154. OLE color: 16670154.
HSL color Cylindrical-coordinate representation of color #CA5DFE: hue angle of 280.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5DFE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 93 | 254 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.00 |
| HSL | 280.62º | 0.99% | 0.68% | - |
| HSV(B) | 280.62º | 0.63% | 1% | - |
| XYZ | 46.16 | 27.54 | 96.65 | - |
| YUV | 143.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 254 | 0.20 | 0.63 | 0 | 0.00 | 280.62 | 0.99 | 0.68 |
| Hex | CA | 5D | FE | 14 | 3F | 0 | 0 | 119 | 63 | 44 |
| Octal | 312 | 135 | 376 | 24 | 77 | 0 | 0 | 431 | 143 | 104 |
| Binary | 11001010 | 1011101 | 11111110 | 10100 | 111111 | 0 | 0 | 100011001 | 1100011 | 1000100 |
Color Harmonies of #CA5DFE
Complementary color
Monochromatic Colors of #CA5DFE
Black with #CA5DFE
Text Example
Text Example
White with #CA5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DFE; }
p { color: rgb(202,93,254); }
H1.HeaderClassName
{
color: #CA5DFE;
}
.AnyTagClassName
{
color: #CA5DFE;
}
</style>
background-color css
<style>
a { background-color: #CA5DFE; }
a { background-color: rgb(202,93,254); }
div.DivClassName
{
background-color: #CA5DFE;
}
.BgClassName
{
background-color: #CA5DFE;
}
</style>
border-color css
<style>
span { border-color: #CA5DFE; }
span { border-color: rgb(202,93,254); }
td.TdClassName
{
border-color: #CA5DFE;
}
.TagClassName
{
border-color: #CA5DFE;
}
</style>