Shades of Heliotrope #C171EC
Tints of Heliotrope #C171EC
RGB
CMYK
RGB Variations
Color information
#C171EC (or 0xC171EC) is known color: Heliotrope. HEX triplet: C1, 71 and EC. RGB value is (193,113,236). Sum of RGB (Red+Green+Blue) = 193+113+236=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #C171EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171EC is #3E8E13. Grayscale: #969696. Windows color (decimal): -4099604 or 15495617. OLE color: 15495617.
HSL color Cylindrical-coordinate representation of color #C171EC: hue angle of 279.02º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C171EC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 113 | 236 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.07 |
| HSL | 279.02º | 0.76% | 0.68% | - |
| HSV(B) | 279.02º | 0.52% | 0.93% | - |
| XYZ | 43.04 | 29.2 | 82.73 | - |
| YUV | 150.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 236 | 0.18 | 0.52 | 0 | 0.07 | 279.02 | 0.76 | 0.68 |
| Hex | C1 | 71 | EC | 12 | 34 | 0 | 7 | 117 | 4C | 44 |
| Octal | 301 | 161 | 354 | 22 | 64 | 0 | 7 | 427 | 114 | 104 |
| Binary | 11000001 | 1110001 | 11101100 | 10010 | 110100 | 0 | 111 | 100010111 | 1001100 | 1000100 |
Color Harmonies of #C171EC
Complementary color
Monochromatic Colors of #C171EC
Black with #C171EC
Text Example
Text Example
White with #C171EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171EC; }
p { color: rgb(193,113,236); }
H1.HeaderClassName
{
color: #C171EC;
}
.AnyTagClassName
{
color: #C171EC;
}
</style>
background-color css
<style>
a { background-color: #C171EC; }
a { background-color: rgb(193,113,236); }
div.DivClassName
{
background-color: #C171EC;
}
.BgClassName
{
background-color: #C171EC;
}
</style>
border-color css
<style>
span { border-color: #C171EC; }
span { border-color: rgb(193,113,236); }
td.TdClassName
{
border-color: #C171EC;
}
.TagClassName
{
border-color: #C171EC;
}
</style>