Shades of Heliotrope #CA5DFF
Tints of Heliotrope #CA5DFF
RGB
CMYK
RGB Variations
Color information
#CA5DFF (or 0xCA5DFF) is known color: Heliotrope. HEX triplet: CA, 5D and FF. RGB value is (202,93,255). Sum of RGB (Red+Green+Blue) = 202+93+255=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DFF is #35A200. Grayscale: #8F8F8F. Windows color (decimal): -3514881 or 16735690. OLE color: 16735690.
HSL color Cylindrical-coordinate representation of color #CA5DFF: hue angle of 280.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5DFF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 93 | 255 | - |
| CMYK | 0.21 | 0.64 | 0 | 0 |
| HSL | 280.37º | 1% | 0.68% | - |
| HSV(B) | 280.37º | 0.64% | 1% | - |
| XYZ | 46.32 | 27.61 | 97.49 | - |
| YUV | 144.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 255 | 0.21 | 0.64 | 0 | 0 | 280.37 | 1 | 0.68 |
| Hex | CA | 5D | FF | 15 | 40 | 0 | 0 | 118 | 64 | 44 |
| Octal | 312 | 135 | 377 | 25 | 100 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11001010 | 1011101 | 11111111 | 10101 | 1000000 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #CA5DFF
Complementary color
Monochromatic Colors of #CA5DFF
Black with #CA5DFF
Text Example
Text Example
White with #CA5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DFF; }
p { color: rgb(202,93,255); }
H1.HeaderClassName
{
color: #CA5DFF;
}
.AnyTagClassName
{
color: #CA5DFF;
}
</style>
background-color css
<style>
a { background-color: #CA5DFF; }
a { background-color: rgb(202,93,255); }
div.DivClassName
{
background-color: #CA5DFF;
}
.BgClassName
{
background-color: #CA5DFF;
}
</style>
border-color css
<style>
span { border-color: #CA5DFF; }
span { border-color: rgb(202,93,255); }
td.TdClassName
{
border-color: #CA5DFF;
}
.TagClassName
{
border-color: #CA5DFF;
}
</style>