Shades of Heliotrope #C175E8
Tints of Heliotrope #C175E8
RGB
CMYK
RGB Variations
Color information
#C175E8 (or 0xC175E8) is known color: Heliotrope. HEX triplet: C1, 75 and E8. RGB value is (193,117,232). Sum of RGB (Red+Green+Blue) = 193+117+232=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #C175E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175E8 is #3E8A17. Grayscale: #989898. Windows color (decimal): -4098584 or 15234497. OLE color: 15234497.
HSL color Cylindrical-coordinate representation of color #C175E8: hue angle of 279.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C175E8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 117 | 232 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.09 |
| HSL | 279.65º | 0.71% | 0.68% | - |
| HSV(B) | 279.65º | 0.5% | 0.91% | - |
| XYZ | 42.92 | 29.89 | 79.85 | - |
| YUV | 152.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 232 | 0.17 | 0.50 | 0 | 0.09 | 279.65 | 0.71 | 0.68 |
| Hex | C1 | 75 | E8 | 11 | 32 | 0 | 9 | 118 | 47 | 44 |
| Octal | 301 | 165 | 350 | 21 | 62 | 0 | 11 | 430 | 107 | 104 |
| Binary | 11000001 | 1110101 | 11101000 | 10001 | 110010 | 0 | 1001 | 100011000 | 1000111 | 1000100 |
Color Harmonies of #C175E8
Complementary color
Monochromatic Colors of #C175E8
Black with #C175E8
Text Example
Text Example
White with #C175E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175E8; }
p { color: rgb(193,117,232); }
H1.HeaderClassName
{
color: #C175E8;
}
.AnyTagClassName
{
color: #C175E8;
}
</style>
background-color css
<style>
a { background-color: #C175E8; }
a { background-color: rgb(193,117,232); }
div.DivClassName
{
background-color: #C175E8;
}
.BgClassName
{
background-color: #C175E8;
}
</style>
border-color css
<style>
span { border-color: #C175E8; }
span { border-color: rgb(193,117,232); }
td.TdClassName
{
border-color: #C175E8;
}
.TagClassName
{
border-color: #C175E8;
}
</style>