Shades of Heliotrope #CA55F7
Tints of Heliotrope #CA55F7
RGB
CMYK
RGB Variations
Color information
#CA55F7 (or 0xCA55F7) is known color: Heliotrope. HEX triplet: CA, 55 and F7. RGB value is (202,85,247). Sum of RGB (Red+Green+Blue) = 202+85+247=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA55F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55F7 is #35AA08. Grayscale: #898989. Windows color (decimal): -3516937 or 16209354. OLE color: 16209354.
HSL color Cylindrical-coordinate representation of color #CA55F7: hue angle of 283.33º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA55F7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 85 | 247 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.03 |
| HSL | 283.33º | 0.91% | 0.65% | - |
| HSV(B) | 283.33º | 0.66% | 0.97% | - |
| XYZ | 44.39 | 25.77 | 90.63 | - |
| YUV | 138.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 247 | 0.18 | 0.66 | 0 | 0.03 | 283.33 | 0.91 | 0.65 |
| Hex | CA | 55 | F7 | 12 | 42 | 0 | 3 | 11B | 5B | 41 |
| Octal | 312 | 125 | 367 | 22 | 102 | 0 | 3 | 433 | 133 | 101 |
| Binary | 11001010 | 1010101 | 11110111 | 10010 | 1000010 | 0 | 11 | 100011011 | 1011011 | 1000001 |
Color Harmonies of #CA55F7
Complementary color
Monochromatic Colors of #CA55F7
Black with #CA55F7
Text Example
Text Example
White with #CA55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55F7; }
p { color: rgb(202,85,247); }
H1.HeaderClassName
{
color: #CA55F7;
}
.AnyTagClassName
{
color: #CA55F7;
}
</style>
background-color css
<style>
a { background-color: #CA55F7; }
a { background-color: rgb(202,85,247); }
div.DivClassName
{
background-color: #CA55F7;
}
.BgClassName
{
background-color: #CA55F7;
}
</style>
border-color css
<style>
span { border-color: #CA55F7; }
span { border-color: rgb(202,85,247); }
td.TdClassName
{
border-color: #CA55F7;
}
.TagClassName
{
border-color: #CA55F7;
}
</style>