Shades of Heliotrope #C175ED
Tints of Heliotrope #C175ED
RGB
CMYK
RGB Variations
Color information
#C175ED (or 0xC175ED) is known color: Heliotrope. HEX triplet: C1, 75 and ED. RGB value is (193,117,237). Sum of RGB (Red+Green+Blue) = 193+117+237=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #C175ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175ED is #3E8A12. Grayscale: #999999. Windows color (decimal): -4098579 or 15562177. OLE color: 15562177.
HSL color Cylindrical-coordinate representation of color #C175ED: hue angle of 278º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C175ED is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 117 | 237 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.07 |
| HSL | 278º | 0.77% | 0.69% | - |
| HSV(B) | 278º | 0.51% | 0.93% | - |
| XYZ | 43.64 | 30.17 | 83.64 | - |
| YUV | 153.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 237 | 0.19 | 0.51 | 0 | 0.07 | 278 | 0.77 | 0.69 |
| Hex | C1 | 75 | ED | 13 | 33 | 0 | 7 | 116 | 4D | 45 |
| Octal | 301 | 165 | 355 | 23 | 63 | 0 | 7 | 426 | 115 | 105 |
| Binary | 11000001 | 1110101 | 11101101 | 10011 | 110011 | 0 | 111 | 100010110 | 1001101 | 1000101 |
Color Harmonies of #C175ED
Complementary color
Monochromatic Colors of #C175ED
Black with #C175ED
Text Example
Text Example
White with #C175ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175ED; }
p { color: rgb(193,117,237); }
H1.HeaderClassName
{
color: #C175ED;
}
.AnyTagClassName
{
color: #C175ED;
}
</style>
background-color css
<style>
a { background-color: #C175ED; }
a { background-color: rgb(193,117,237); }
div.DivClassName
{
background-color: #C175ED;
}
.BgClassName
{
background-color: #C175ED;
}
</style>
border-color css
<style>
span { border-color: #C175ED; }
span { border-color: rgb(193,117,237); }
td.TdClassName
{
border-color: #C175ED;
}
.TagClassName
{
border-color: #C175ED;
}
</style>