Shades of Heliotrope #C072EE
Tints of Heliotrope #C072EE
RGB
CMYK
RGB Variations
Color information
#C072EE (or 0xC072EE) is known color: Heliotrope. HEX triplet: C0, 72 and EE. RGB value is (192,114,238). Sum of RGB (Red+Green+Blue) = 192+114+238=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #C072EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072EE is #3F8D11. Grayscale: #979797. Windows color (decimal): -4164882 or 15626944. OLE color: 15626944.
HSL color Cylindrical-coordinate representation of color #C072EE: hue angle of 277.74º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C072EE is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 114 | 238 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.07 |
| HSL | 277.74º | 0.78% | 0.69% | - |
| HSV(B) | 277.74º | 0.52% | 0.93% | - |
| XYZ | 43.19 | 29.41 | 84.29 | - |
| YUV | 151.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 238 | 0.19 | 0.52 | 0 | 0.07 | 277.74 | 0.78 | 0.69 |
| Hex | C0 | 72 | EE | 13 | 34 | 0 | 7 | 116 | 4E | 45 |
| Octal | 300 | 162 | 356 | 23 | 64 | 0 | 7 | 426 | 116 | 105 |
| Binary | 11000000 | 1110010 | 11101110 | 10011 | 110100 | 0 | 111 | 100010110 | 1001110 | 1000101 |
Color Harmonies of #C072EE
Complementary color
Monochromatic Colors of #C072EE
Black with #C072EE
Text Example
Text Example
White with #C072EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072EE; }
p { color: rgb(192,114,238); }
H1.HeaderClassName
{
color: #C072EE;
}
.AnyTagClassName
{
color: #C072EE;
}
</style>
background-color css
<style>
a { background-color: #C072EE; }
a { background-color: rgb(192,114,238); }
div.DivClassName
{
background-color: #C072EE;
}
.BgClassName
{
background-color: #C072EE;
}
</style>
border-color css
<style>
span { border-color: #C072EE; }
span { border-color: rgb(192,114,238); }
td.TdClassName
{
border-color: #C072EE;
}
.TagClassName
{
border-color: #C072EE;
}
</style>