Shades of Heliotrope #C174EF
Tints of Heliotrope #C174EF
RGB
CMYK
RGB Variations
Color information
#C174EF (or 0xC174EF) is known color: Heliotrope. HEX triplet: C1, 74 and EF. RGB value is (193,116,239). Sum of RGB (Red+Green+Blue) = 193+116+239=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C174EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C174EF is #3E8B10. Grayscale: #989898. Windows color (decimal): -4098833 or 15692993. OLE color: 15692993.
HSL color Cylindrical-coordinate representation of color #C174EF: hue angle of 277.56º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C174EF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 116 | 239 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.06 |
| HSL | 277.56º | 0.79% | 0.7% | - |
| HSV(B) | 277.56º | 0.51% | 0.94% | - |
| XYZ | 43.82 | 30.06 | 85.15 | - |
| YUV | 153.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 239 | 0.19 | 0.51 | 0 | 0.06 | 277.56 | 0.79 | 0.7 |
| Hex | C1 | 74 | EF | 13 | 33 | 0 | 6 | 116 | 4F | 46 |
| Octal | 301 | 164 | 357 | 23 | 63 | 0 | 6 | 426 | 117 | 106 |
| Binary | 11000001 | 1110100 | 11101111 | 10011 | 110011 | 0 | 110 | 100010110 | 1001111 | 1000110 |
Color Harmonies of #C174EF
Complementary color
Monochromatic Colors of #C174EF
Black with #C174EF
Text Example
Text Example
White with #C174EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174EF; }
p { color: rgb(193,116,239); }
H1.HeaderClassName
{
color: #C174EF;
}
.AnyTagClassName
{
color: #C174EF;
}
</style>
background-color css
<style>
a { background-color: #C174EF; }
a { background-color: rgb(193,116,239); }
div.DivClassName
{
background-color: #C174EF;
}
.BgClassName
{
background-color: #C174EF;
}
</style>
border-color css
<style>
span { border-color: #C174EF; }
span { border-color: rgb(193,116,239); }
td.TdClassName
{
border-color: #C174EF;
}
.TagClassName
{
border-color: #C174EF;
}
</style>