Shades of Heliotrope #CA5AF7
Tints of Heliotrope #CA5AF7
RGB
CMYK
RGB Variations
Color information
#CA5AF7 (or 0xCA5AF7) is known color: Heliotrope. HEX triplet: CA, 5A and F7. RGB value is (202,90,247). Sum of RGB (Red+Green+Blue) = 202+90+247=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA5AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AF7 is #35A508. Grayscale: #8C8C8C. Windows color (decimal): -3515657 or 16210634. OLE color: 16210634.
HSL color Cylindrical-coordinate representation of color #CA5AF7: hue angle of 282.8º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5AF7 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 90 | 247 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.03 |
| HSL | 282.8º | 0.91% | 0.66% | - |
| HSV(B) | 282.8º | 0.64% | 0.97% | - |
| XYZ | 44.8 | 26.58 | 90.77 | - |
| YUV | 141.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 247 | 0.18 | 0.64 | 0 | 0.03 | 282.8 | 0.91 | 0.66 |
| Hex | CA | 5A | F7 | 12 | 40 | 0 | 3 | 11B | 5B | 42 |
| Octal | 312 | 132 | 367 | 22 | 100 | 0 | 3 | 433 | 133 | 102 |
| Binary | 11001010 | 1011010 | 11110111 | 10010 | 1000000 | 0 | 11 | 100011011 | 1011011 | 1000010 |
Color Harmonies of #CA5AF7
Complementary color
Monochromatic Colors of #CA5AF7
Black with #CA5AF7
Text Example
Text Example
White with #CA5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AF7; }
p { color: rgb(202,90,247); }
H1.HeaderClassName
{
color: #CA5AF7;
}
.AnyTagClassName
{
color: #CA5AF7;
}
</style>
background-color css
<style>
a { background-color: #CA5AF7; }
a { background-color: rgb(202,90,247); }
div.DivClassName
{
background-color: #CA5AF7;
}
.BgClassName
{
background-color: #CA5AF7;
}
</style>
border-color css
<style>
span { border-color: #CA5AF7; }
span { border-color: rgb(202,90,247); }
td.TdClassName
{
border-color: #CA5AF7;
}
.TagClassName
{
border-color: #CA5AF7;
}
</style>