Shades of Heliotrope #CA72E8
Tints of Heliotrope #CA72E8
RGB
CMYK
RGB Variations
Color information
#CA72E8 (or 0xCA72E8) is known color: Heliotrope. HEX triplet: CA, 72 and E8. RGB value is (202,114,232). Sum of RGB (Red+Green+Blue) = 202+114+232=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA72E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72E8 is #358D17. Grayscale: #999999. Windows color (decimal): -3509528 or 15233738. OLE color: 15233738.
HSL color Cylindrical-coordinate representation of color #CA72E8: hue angle of 284.75º degrees, saturation: 0.72, 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 #CA72E8 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 114 | 232 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.09 |
| HSL | 284.75º | 0.72% | 0.68% | - |
| HSV(B) | 284.75º | 0.51% | 0.91% | - |
| XYZ | 44.94 | 30.42 | 79.85 | - |
| YUV | 153.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 232 | 0.13 | 0.51 | 0 | 0.09 | 284.75 | 0.72 | 0.68 |
| Hex | CA | 72 | E8 | D | 33 | 0 | 9 | 11D | 48 | 44 |
| Octal | 312 | 162 | 350 | 15 | 63 | 0 | 11 | 435 | 110 | 104 |
| Binary | 11001010 | 1110010 | 11101000 | 1101 | 110011 | 0 | 1001 | 100011101 | 1001000 | 1000100 |
Color Harmonies of #CA72E8
Complementary color
Monochromatic Colors of #CA72E8
Black with #CA72E8
Text Example
Text Example
White with #CA72E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72E8; }
p { color: rgb(202,114,232); }
H1.HeaderClassName
{
color: #CA72E8;
}
.AnyTagClassName
{
color: #CA72E8;
}
</style>
background-color css
<style>
a { background-color: #CA72E8; }
a { background-color: rgb(202,114,232); }
div.DivClassName
{
background-color: #CA72E8;
}
.BgClassName
{
background-color: #CA72E8;
}
</style>
border-color css
<style>
span { border-color: #CA72E8; }
span { border-color: rgb(202,114,232); }
td.TdClassName
{
border-color: #CA72E8;
}
.TagClassName
{
border-color: #CA72E8;
}
</style>