Shades of Heliotrope #C175E7
Tints of Heliotrope #C175E7
RGB
CMYK
RGB Variations
Color information
#C175E7 (or 0xC175E7) is known color: Heliotrope. HEX triplet: C1, 75 and E7. RGB value is (193,117,231). Sum of RGB (Red+Green+Blue) = 193+117+231=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #C175E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175E7 is #3E8A18. Grayscale: #989898. Windows color (decimal): -4098585 or 15168961. OLE color: 15168961.
HSL color Cylindrical-coordinate representation of color #C175E7: hue angle of 280º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C175E7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 117 | 231 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.09 |
| HSL | 280º | 0.7% | 0.68% | - |
| HSV(B) | 280º | 0.49% | 0.91% | - |
| XYZ | 42.78 | 29.83 | 79.1 | - |
| YUV | 152.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 231 | 0.16 | 0.49 | 0 | 0.09 | 280 | 0.7 | 0.68 |
| Hex | C1 | 75 | E7 | 10 | 31 | 0 | 9 | 118 | 46 | 44 |
| Octal | 301 | 165 | 347 | 20 | 61 | 0 | 11 | 430 | 106 | 104 |
| Binary | 11000001 | 1110101 | 11100111 | 10000 | 110001 | 0 | 1001 | 100011000 | 1000110 | 1000100 |
Color Harmonies of #C175E7
Complementary color
Monochromatic Colors of #C175E7
Black with #C175E7
Text Example
Text Example
White with #C175E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175E7; }
p { color: rgb(193,117,231); }
H1.HeaderClassName
{
color: #C175E7;
}
.AnyTagClassName
{
color: #C175E7;
}
</style>
background-color css
<style>
a { background-color: #C175E7; }
a { background-color: rgb(193,117,231); }
div.DivClassName
{
background-color: #C175E7;
}
.BgClassName
{
background-color: #C175E7;
}
</style>
border-color css
<style>
span { border-color: #C175E7; }
span { border-color: rgb(193,117,231); }
td.TdClassName
{
border-color: #C175E7;
}
.TagClassName
{
border-color: #C175E7;
}
</style>