Shades of Heliotrope #CA49FF
Tints of Heliotrope #CA49FF
RGB
CMYK
RGB Variations
Color information
#CA49FF (or 0xCA49FF) is known color: Heliotrope. HEX triplet: CA, 49 and FF. RGB value is (202,73,255). Sum of RGB (Red+Green+Blue) = 202+73+255=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49FF is #35B600. Grayscale: #838383. Windows color (decimal): -3520001 or 16730570. OLE color: 16730570.
HSL color Cylindrical-coordinate representation of color #CA49FF: hue angle of 282.53º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA49FF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 73 | 255 | - |
| CMYK | 0.21 | 0.71 | 0 | 0 |
| HSL | 282.53º | 1% | 0.64% | - |
| HSV(B) | 282.53º | 0.71% | 1% | - |
| XYZ | 44.79 | 24.54 | 96.98 | - |
| YUV | 132.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 255 | 0.21 | 0.71 | 0 | 0 | 282.53 | 1 | 0.64 |
| Hex | CA | 49 | FF | 15 | 47 | 0 | 0 | 11B | 64 | 40 |
| Octal | 312 | 111 | 377 | 25 | 107 | 0 | 0 | 433 | 144 | 100 |
| Binary | 11001010 | 1001001 | 11111111 | 10101 | 1000111 | 0 | 0 | 100011011 | 1100100 | 1000000 |
Color Harmonies of #CA49FF
Complementary color
Monochromatic Colors of #CA49FF
Black with #CA49FF
Text Example
Text Example
White with #CA49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49FF; }
p { color: rgb(202,73,255); }
H1.HeaderClassName
{
color: #CA49FF;
}
.AnyTagClassName
{
color: #CA49FF;
}
</style>
background-color css
<style>
a { background-color: #CA49FF; }
a { background-color: rgb(202,73,255); }
div.DivClassName
{
background-color: #CA49FF;
}
.BgClassName
{
background-color: #CA49FF;
}
</style>
border-color css
<style>
span { border-color: #CA49FF; }
span { border-color: rgb(202,73,255); }
td.TdClassName
{
border-color: #CA49FF;
}
.TagClassName
{
border-color: #CA49FF;
}
</style>