Shades of Heliotrope #CA72F0
Tints of Heliotrope #CA72F0
RGB
CMYK
RGB Variations
Color information
#CA72F0 (or 0xCA72F0) is known color: Heliotrope. HEX triplet: CA, 72 and F0. RGB value is (202,114,240). Sum of RGB (Red+Green+Blue) = 202+114+240=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72F0 is #358D0F. Grayscale: #9A9A9A. Windows color (decimal): -3509520 or 15758026. OLE color: 15758026.
HSL color Cylindrical-coordinate representation of color #CA72F0: hue angle of 281.9º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA72F0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 114 | 240 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.06 |
| HSL | 281.9º | 0.81% | 0.69% | - |
| HSV(B) | 281.9º | 0.53% | 0.94% | - |
| XYZ | 46.1 | 30.88 | 85.97 | - |
| YUV | 154.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 240 | 0.16 | 0.52 | 0 | 0.06 | 281.9 | 0.81 | 0.69 |
| Hex | CA | 72 | F0 | 10 | 34 | 0 | 6 | 11A | 51 | 45 |
| Octal | 312 | 162 | 360 | 20 | 64 | 0 | 6 | 432 | 121 | 105 |
| Binary | 11001010 | 1110010 | 11110000 | 10000 | 110100 | 0 | 110 | 100011010 | 1010001 | 1000101 |
Color Harmonies of #CA72F0
Complementary color
Monochromatic Colors of #CA72F0
Black with #CA72F0
Text Example
Text Example
White with #CA72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72F0; }
p { color: rgb(202,114,240); }
H1.HeaderClassName
{
color: #CA72F0;
}
.AnyTagClassName
{
color: #CA72F0;
}
</style>
background-color css
<style>
a { background-color: #CA72F0; }
a { background-color: rgb(202,114,240); }
div.DivClassName
{
background-color: #CA72F0;
}
.BgClassName
{
background-color: #CA72F0;
}
</style>
border-color css
<style>
span { border-color: #CA72F0; }
span { border-color: rgb(202,114,240); }
td.TdClassName
{
border-color: #CA72F0;
}
.TagClassName
{
border-color: #CA72F0;
}
</style>