Shades of Heliotrope #CA72E9
Tints of Heliotrope #CA72E9
RGB
CMYK
RGB Variations
Color information
#CA72E9 (or 0xCA72E9) is known color: Heliotrope. HEX triplet: CA, 72 and E9. RGB value is (202,114,233). Sum of RGB (Red+Green+Blue) = 202+114+233=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72E9 is #358D16. Grayscale: #999999. Windows color (decimal): -3509527 or 15299274. OLE color: 15299274.
HSL color Cylindrical-coordinate representation of color #CA72E9: hue angle of 284.37º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA72E9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 114 | 233 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.09 |
| HSL | 284.37º | 0.73% | 0.68% | - |
| HSV(B) | 284.37º | 0.51% | 0.91% | - |
| XYZ | 45.08 | 30.47 | 80.6 | - |
| YUV | 153.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 233 | 0.13 | 0.51 | 0 | 0.09 | 284.37 | 0.73 | 0.68 |
| Hex | CA | 72 | E9 | D | 33 | 0 | 9 | 11C | 49 | 44 |
| Octal | 312 | 162 | 351 | 15 | 63 | 0 | 11 | 434 | 111 | 104 |
| Binary | 11001010 | 1110010 | 11101001 | 1101 | 110011 | 0 | 1001 | 100011100 | 1001001 | 1000100 |
Color Harmonies of #CA72E9
Complementary color
Monochromatic Colors of #CA72E9
Black with #CA72E9
Text Example
Text Example
White with #CA72E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72E9; }
p { color: rgb(202,114,233); }
H1.HeaderClassName
{
color: #CA72E9;
}
.AnyTagClassName
{
color: #CA72E9;
}
</style>
background-color css
<style>
a { background-color: #CA72E9; }
a { background-color: rgb(202,114,233); }
div.DivClassName
{
background-color: #CA72E9;
}
.BgClassName
{
background-color: #CA72E9;
}
</style>
border-color css
<style>
span { border-color: #CA72E9; }
span { border-color: rgb(202,114,233); }
td.TdClassName
{
border-color: #CA72E9;
}
.TagClassName
{
border-color: #CA72E9;
}
</style>