Shades of Heliotrope #CA5AF3
Tints of Heliotrope #CA5AF3
RGB
CMYK
RGB Variations
Color information
#CA5AF3 (or 0xCA5AF3) is known color: Heliotrope. HEX triplet: CA, 5A and F3. RGB value is (202,90,243). Sum of RGB (Red+Green+Blue) = 202+90+243=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA5AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AF3 is #35A50C. Grayscale: #8C8C8C. Windows color (decimal): -3515661 or 15948490. OLE color: 15948490.
HSL color Cylindrical-coordinate representation of color #CA5AF3: hue angle of 283.92º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5AF3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 90 | 243 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.05 |
| HSL | 283.92º | 0.86% | 0.65% | - |
| HSV(B) | 283.92º | 0.63% | 0.95% | - |
| XYZ | 44.19 | 26.34 | 87.55 | - |
| YUV | 140.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 243 | 0.17 | 0.63 | 0 | 0.05 | 283.92 | 0.86 | 0.65 |
| Hex | CA | 5A | F3 | 11 | 3F | 0 | 5 | 11C | 56 | 41 |
| Octal | 312 | 132 | 363 | 21 | 77 | 0 | 5 | 434 | 126 | 101 |
| Binary | 11001010 | 1011010 | 11110011 | 10001 | 111111 | 0 | 101 | 100011100 | 1010110 | 1000001 |
Color Harmonies of #CA5AF3
Complementary color
Monochromatic Colors of #CA5AF3
Black with #CA5AF3
Text Example
Text Example
White with #CA5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AF3; }
p { color: rgb(202,90,243); }
H1.HeaderClassName
{
color: #CA5AF3;
}
.AnyTagClassName
{
color: #CA5AF3;
}
</style>
background-color css
<style>
a { background-color: #CA5AF3; }
a { background-color: rgb(202,90,243); }
div.DivClassName
{
background-color: #CA5AF3;
}
.BgClassName
{
background-color: #CA5AF3;
}
</style>
border-color css
<style>
span { border-color: #CA5AF3; }
span { border-color: rgb(202,90,243); }
td.TdClassName
{
border-color: #CA5AF3;
}
.TagClassName
{
border-color: #CA5AF3;
}
</style>