Shades of Heliotrope #CA5CFF
Tints of Heliotrope #CA5CFF
RGB
CMYK
RGB Variations
Color information
#CA5CFF (or 0xCA5CFF) is known color: Heliotrope. HEX triplet: CA, 5C and FF. RGB value is (202,92,255). Sum of RGB (Red+Green+Blue) = 202+92+255=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CFF is #35A300. Grayscale: #8E8E8E. Windows color (decimal): -3515137 or 16735434. OLE color: 16735434.
HSL color Cylindrical-coordinate representation of color #CA5CFF: hue angle of 280.49º 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 #CA5CFF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 92 | 255 | - |
| CMYK | 0.21 | 0.64 | 0 | 0 |
| HSL | 280.49º | 1% | 0.68% | - |
| HSV(B) | 280.49º | 0.64% | 1% | - |
| XYZ | 46.23 | 27.43 | 97.47 | - |
| YUV | 143.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 255 | 0.21 | 0.64 | 0 | 0 | 280.49 | 1 | 0.68 |
| Hex | CA | 5C | FF | 15 | 40 | 0 | 0 | 118 | 64 | 44 |
| Octal | 312 | 134 | 377 | 25 | 100 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11001010 | 1011100 | 11111111 | 10101 | 1000000 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #CA5CFF
Complementary color
Monochromatic Colors of #CA5CFF
Black with #CA5CFF
Text Example
Text Example
White with #CA5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CFF; }
p { color: rgb(202,92,255); }
H1.HeaderClassName
{
color: #CA5CFF;
}
.AnyTagClassName
{
color: #CA5CFF;
}
</style>
background-color css
<style>
a { background-color: #CA5CFF; }
a { background-color: rgb(202,92,255); }
div.DivClassName
{
background-color: #CA5CFF;
}
.BgClassName
{
background-color: #CA5CFF;
}
</style>
border-color css
<style>
span { border-color: #CA5CFF; }
span { border-color: rgb(202,92,255); }
td.TdClassName
{
border-color: #CA5CFF;
}
.TagClassName
{
border-color: #CA5CFF;
}
</style>