Shades of Heliotrope #C173EC
Tints of Heliotrope #C173EC
RGB
CMYK
RGB Variations
Color information
#C173EC (or 0xC173EC) is known color: Heliotrope. HEX triplet: C1, 73 and EC. RGB value is (193,115,236). Sum of RGB (Red+Green+Blue) = 193+115+236=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #C173EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C173EC is #3E8C13. Grayscale: #979797. Windows color (decimal): -4099092 or 15496129. OLE color: 15496129.
HSL color Cylindrical-coordinate representation of color #C173EC: hue angle of 278.68º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C173EC is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 115 | 236 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.07 |
| HSL | 278.68º | 0.76% | 0.69% | - |
| HSV(B) | 278.68º | 0.51% | 0.93% | - |
| XYZ | 43.26 | 29.66 | 82.8 | - |
| YUV | 152.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 236 | 0.18 | 0.51 | 0 | 0.07 | 278.68 | 0.76 | 0.69 |
| Hex | C1 | 73 | EC | 12 | 33 | 0 | 7 | 117 | 4C | 45 |
| Octal | 301 | 163 | 354 | 22 | 63 | 0 | 7 | 427 | 114 | 105 |
| Binary | 11000001 | 1110011 | 11101100 | 10010 | 110011 | 0 | 111 | 100010111 | 1001100 | 1000101 |
Color Harmonies of #C173EC
Complementary color
Monochromatic Colors of #C173EC
Black with #C173EC
Text Example
Text Example
White with #C173EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C173EC; }
p { color: rgb(193,115,236); }
H1.HeaderClassName
{
color: #C173EC;
}
.AnyTagClassName
{
color: #C173EC;
}
</style>
background-color css
<style>
a { background-color: #C173EC; }
a { background-color: rgb(193,115,236); }
div.DivClassName
{
background-color: #C173EC;
}
.BgClassName
{
background-color: #C173EC;
}
</style>
border-color css
<style>
span { border-color: #C173EC; }
span { border-color: rgb(193,115,236); }
td.TdClassName
{
border-color: #C173EC;
}
.TagClassName
{
border-color: #C173EC;
}
</style>