Shades of Heliotrope #C175EC
Tints of Heliotrope #C175EC
RGB
CMYK
RGB Variations
Color information
#C175EC (or 0xC175EC) is known color: Heliotrope. HEX triplet: C1, 75 and EC. RGB value is (193,117,236). Sum of RGB (Red+Green+Blue) = 193+117+236=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C175EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175EC is #3E8A13. Grayscale: #989898. Windows color (decimal): -4098580 or 15496641. OLE color: 15496641.
HSL color Cylindrical-coordinate representation of color #C175EC: hue angle of 278.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C175EC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 117 | 236 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.07 |
| HSL | 278.32º | 0.76% | 0.69% | - |
| HSV(B) | 278.32º | 0.5% | 0.93% | - |
| XYZ | 43.49 | 30.12 | 82.88 | - |
| YUV | 153.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 236 | 0.18 | 0.50 | 0 | 0.07 | 278.32 | 0.76 | 0.69 |
| Hex | C1 | 75 | EC | 12 | 32 | 0 | 7 | 116 | 4C | 45 |
| Octal | 301 | 165 | 354 | 22 | 62 | 0 | 7 | 426 | 114 | 105 |
| Binary | 11000001 | 1110101 | 11101100 | 10010 | 110010 | 0 | 111 | 100010110 | 1001100 | 1000101 |
Color Harmonies of #C175EC
Complementary color
Monochromatic Colors of #C175EC
Black with #C175EC
Text Example
Text Example
White with #C175EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175EC; }
p { color: rgb(193,117,236); }
H1.HeaderClassName
{
color: #C175EC;
}
.AnyTagClassName
{
color: #C175EC;
}
</style>
background-color css
<style>
a { background-color: #C175EC; }
a { background-color: rgb(193,117,236); }
div.DivClassName
{
background-color: #C175EC;
}
.BgClassName
{
background-color: #C175EC;
}
</style>
border-color css
<style>
span { border-color: #C175EC; }
span { border-color: rgb(193,117,236); }
td.TdClassName
{
border-color: #C175EC;
}
.TagClassName
{
border-color: #C175EC;
}
</style>