Shades of Heliotrope #C172EF
Tints of Heliotrope #C172EF
RGB
CMYK
RGB Variations
Color information
#C172EF (or 0xC172EF) is known color: Heliotrope. HEX triplet: C1, 72 and EF. RGB value is (193,114,239). Sum of RGB (Red+Green+Blue) = 193+114+239=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 114 (44.92% from 255 or 20.88% 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 #C172EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172EF is #3E8D10. Grayscale: #979797. Windows color (decimal): -4099345 or 15692481. OLE color: 15692481.
HSL color Cylindrical-coordinate representation of color #C172EF: hue angle of 277.92º degrees, saturation: 0.8, 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 #C172EF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 114 | 239 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.06 |
| HSL | 277.92º | 0.8% | 0.69% | - |
| HSV(B) | 277.92º | 0.52% | 0.94% | - |
| XYZ | 43.59 | 29.6 | 85.08 | - |
| YUV | 151.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 239 | 0.19 | 0.52 | 0 | 0.06 | 277.92 | 0.8 | 0.69 |
| Hex | C1 | 72 | EF | 13 | 34 | 0 | 6 | 116 | 50 | 45 |
| Octal | 301 | 162 | 357 | 23 | 64 | 0 | 6 | 426 | 120 | 105 |
| Binary | 11000001 | 1110010 | 11101111 | 10011 | 110100 | 0 | 110 | 100010110 | 1010000 | 1000101 |
Color Harmonies of #C172EF
Complementary color
Monochromatic Colors of #C172EF
Black with #C172EF
Text Example
Text Example
White with #C172EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172EF; }
p { color: rgb(193,114,239); }
H1.HeaderClassName
{
color: #C172EF;
}
.AnyTagClassName
{
color: #C172EF;
}
</style>
background-color css
<style>
a { background-color: #C172EF; }
a { background-color: rgb(193,114,239); }
div.DivClassName
{
background-color: #C172EF;
}
.BgClassName
{
background-color: #C172EF;
}
</style>
border-color css
<style>
span { border-color: #C172EF; }
span { border-color: rgb(193,114,239); }
td.TdClassName
{
border-color: #C172EF;
}
.TagClassName
{
border-color: #C172EF;
}
</style>