Shades of Heliotrope #C072EA
Tints of Heliotrope #C072EA
RGB
CMYK
RGB Variations
Color information
#C072EA (or 0xC072EA) is known color: Heliotrope. HEX triplet: C0, 72 and EA. RGB value is (192,114,234). Sum of RGB (Red+Green+Blue) = 192+114+234=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #C072EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072EA is #3F8D15. Grayscale: #969696. Windows color (decimal): -4164886 or 15364800. OLE color: 15364800.
HSL color Cylindrical-coordinate representation of color #C072EA: hue angle of 279º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C072EA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 114 | 234 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.08 |
| HSL | 279º | 0.74% | 0.68% | - |
| HSV(B) | 279º | 0.51% | 0.92% | - |
| XYZ | 42.61 | 29.18 | 81.23 | - |
| YUV | 151 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 234 | 0.18 | 0.51 | 0 | 0.08 | 279 | 0.74 | 0.68 |
| Hex | C0 | 72 | EA | 12 | 33 | 0 | 8 | 117 | 4A | 44 |
| Octal | 300 | 162 | 352 | 22 | 63 | 0 | 10 | 427 | 112 | 104 |
| Binary | 11000000 | 1110010 | 11101010 | 10010 | 110011 | 0 | 1000 | 100010111 | 1001010 | 1000100 |
Color Harmonies of #C072EA
Complementary color
Monochromatic Colors of #C072EA
Black with #C072EA
Text Example
Text Example
White with #C072EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072EA; }
p { color: rgb(192,114,234); }
H1.HeaderClassName
{
color: #C072EA;
}
.AnyTagClassName
{
color: #C072EA;
}
</style>
background-color css
<style>
a { background-color: #C072EA; }
a { background-color: rgb(192,114,234); }
div.DivClassName
{
background-color: #C072EA;
}
.BgClassName
{
background-color: #C072EA;
}
</style>
border-color css
<style>
span { border-color: #C072EA; }
span { border-color: rgb(192,114,234); }
td.TdClassName
{
border-color: #C072EA;
}
.TagClassName
{
border-color: #C072EA;
}
</style>