Shades of Heliotrope #CA5FFF
Tints of Heliotrope #CA5FFF
RGB
CMYK
RGB Variations
Color information
#CA5FFF (or 0xCA5FFF) is known color: Heliotrope. HEX triplet: CA, 5F and FF. RGB value is (202,95,255). Sum of RGB (Red+Green+Blue) = 202+95+255=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FFF is #35A000. Grayscale: #909090. Windows color (decimal): -3514369 or 16736202. OLE color: 16736202.
HSL color Cylindrical-coordinate representation of color #CA5FFF: hue angle of 280.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5FFF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 95 | 255 | - |
| CMYK | 0.21 | 0.63 | 0 | 0 |
| HSL | 280.13º | 1% | 0.69% | - |
| HSV(B) | 280.13º | 0.63% | 1% | - |
| XYZ | 46.5 | 27.96 | 97.55 | - |
| YUV | 145.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 255 | 0.21 | 0.63 | 0 | 0 | 280.13 | 1 | 0.69 |
| Hex | CA | 5F | FF | 15 | 3F | 0 | 0 | 118 | 64 | 45 |
| Octal | 312 | 137 | 377 | 25 | 77 | 0 | 0 | 430 | 144 | 105 |
| Binary | 11001010 | 1011111 | 11111111 | 10101 | 111111 | 0 | 0 | 100011000 | 1100100 | 1000101 |
Color Harmonies of #CA5FFF
Complementary color
Monochromatic Colors of #CA5FFF
Black with #CA5FFF
Text Example
Text Example
White with #CA5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FFF; }
p { color: rgb(202,95,255); }
H1.HeaderClassName
{
color: #CA5FFF;
}
.AnyTagClassName
{
color: #CA5FFF;
}
</style>
background-color css
<style>
a { background-color: #CA5FFF; }
a { background-color: rgb(202,95,255); }
div.DivClassName
{
background-color: #CA5FFF;
}
.BgClassName
{
background-color: #CA5FFF;
}
</style>
border-color css
<style>
span { border-color: #CA5FFF; }
span { border-color: rgb(202,95,255); }
td.TdClassName
{
border-color: #CA5FFF;
}
.TagClassName
{
border-color: #CA5FFF;
}
</style>