Shades of Heliotrope #C073EF
Tints of Heliotrope #C073EF
RGB
CMYK
RGB Variations
Color information
#C073EF (or 0xC073EF) is known color: Heliotrope. HEX triplet: C0, 73 and EF. RGB value is (192,115,239). Sum of RGB (Red+Green+Blue) = 192+115+239=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #C073EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073EF is #3F8C10. Grayscale: #979797. Windows color (decimal): -4164625 or 15692736. OLE color: 15692736.
HSL color Cylindrical-coordinate representation of color #C073EF: hue angle of 277.26º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C073EF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 115 | 239 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.06 |
| HSL | 277.26º | 0.79% | 0.69% | - |
| HSV(B) | 277.26º | 0.52% | 0.94% | - |
| XYZ | 43.45 | 29.7 | 85.1 | - |
| YUV | 152.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 239 | 0.20 | 0.52 | 0 | 0.06 | 277.26 | 0.79 | 0.69 |
| Hex | C0 | 73 | EF | 14 | 34 | 0 | 6 | 115 | 4F | 45 |
| Octal | 300 | 163 | 357 | 24 | 64 | 0 | 6 | 425 | 117 | 105 |
| Binary | 11000000 | 1110011 | 11101111 | 10100 | 110100 | 0 | 110 | 100010101 | 1001111 | 1000101 |
Color Harmonies of #C073EF
Complementary color
Monochromatic Colors of #C073EF
Black with #C073EF
Text Example
Text Example
White with #C073EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073EF; }
p { color: rgb(192,115,239); }
H1.HeaderClassName
{
color: #C073EF;
}
.AnyTagClassName
{
color: #C073EF;
}
</style>
background-color css
<style>
a { background-color: #C073EF; }
a { background-color: rgb(192,115,239); }
div.DivClassName
{
background-color: #C073EF;
}
.BgClassName
{
background-color: #C073EF;
}
</style>
border-color css
<style>
span { border-color: #C073EF; }
span { border-color: rgb(192,115,239); }
td.TdClassName
{
border-color: #C073EF;
}
.TagClassName
{
border-color: #C073EF;
}
</style>