Shades of Heliotrope #CA72E6
Tints of Heliotrope #CA72E6
RGB
CMYK
RGB Variations
Color information
#CA72E6 (or 0xCA72E6) is known color: Heliotrope. HEX triplet: CA, 72 and E6. RGB value is (202,114,230). Sum of RGB (Red+Green+Blue) = 202+114+230=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA72E6 is #358D19. Grayscale: #999999. Windows color (decimal): -3509530 or 15102666. OLE color: 15102666.
HSL color Cylindrical-coordinate representation of color #CA72E6: hue angle of 285.52º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA72E6 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 114 | 230 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.10 |
| HSL | 285.52º | 0.7% | 0.67% | - |
| HSV(B) | 285.52º | 0.5% | 0.9% | - |
| XYZ | 44.66 | 30.3 | 78.36 | - |
| YUV | 153.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 230 | 0.12 | 0.50 | 0 | 0.10 | 285.52 | 0.7 | 0.67 |
| Hex | CA | 72 | E6 | C | 32 | 0 | A | 11E | 46 | 43 |
| Octal | 312 | 162 | 346 | 14 | 62 | 0 | 12 | 436 | 106 | 103 |
| Binary | 11001010 | 1110010 | 11100110 | 1100 | 110010 | 0 | 1010 | 100011110 | 1000110 | 1000011 |
Color Harmonies of #CA72E6
Complementary color
Monochromatic Colors of #CA72E6
Black with #CA72E6
Text Example
Text Example
White with #CA72E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72E6; }
p { color: rgb(202,114,230); }
H1.HeaderClassName
{
color: #CA72E6;
}
.AnyTagClassName
{
color: #CA72E6;
}
</style>
background-color css
<style>
a { background-color: #CA72E6; }
a { background-color: rgb(202,114,230); }
div.DivClassName
{
background-color: #CA72E6;
}
.BgClassName
{
background-color: #CA72E6;
}
</style>
border-color css
<style>
span { border-color: #CA72E6; }
span { border-color: rgb(202,114,230); }
td.TdClassName
{
border-color: #CA72E6;
}
.TagClassName
{
border-color: #CA72E6;
}
</style>