Shades of Heliotrope #C175FF
Tints of Heliotrope #C175FF
RGB
CMYK
RGB Variations
Color information
#C175FF (or 0xC175FF) is known color: Heliotrope. HEX triplet: C1, 75 and FF. RGB value is (193,117,255). Sum of RGB (Red+Green+Blue) = 193+117+255=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C175FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175FF is #3E8A00. Grayscale: #9A9A9A. Windows color (decimal): -4098561 or 16741825. OLE color: 16741825.
HSL color Cylindrical-coordinate representation of color #C175FF: hue angle of 273.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C175FF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 117 | 255 | - |
| CMYK | 0.24 | 0.54 | 0 | 0 |
| HSL | 273.04º | 1% | 0.73% | - |
| HSV(B) | 273.04º | 0.54% | 1% | - |
| XYZ | 46.4 | 31.28 | 98.2 | - |
| YUV | 155.46 | 184.18 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 255 | 0.24 | 0.54 | 0 | 0 | 273.04 | 1 | 0.73 |
| Hex | C1 | 75 | FF | 18 | 36 | 0 | 0 | 111 | 64 | 49 |
| Octal | 301 | 165 | 377 | 30 | 66 | 0 | 0 | 421 | 144 | 111 |
| Binary | 11000001 | 1110101 | 11111111 | 11000 | 110110 | 0 | 0 | 100010001 | 1100100 | 1001001 |
Color Harmonies of #C175FF
Complementary color
Monochromatic Colors of #C175FF
Black with #C175FF
Text Example
Text Example
White with #C175FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175FF; }
p { color: rgb(193,117,255); }
H1.HeaderClassName
{
color: #C175FF;
}
.AnyTagClassName
{
color: #C175FF;
}
</style>
background-color css
<style>
a { background-color: #C175FF; }
a { background-color: rgb(193,117,255); }
div.DivClassName
{
background-color: #C175FF;
}
.BgClassName
{
background-color: #C175FF;
}
</style>
border-color css
<style>
span { border-color: #C175FF; }
span { border-color: rgb(193,117,255); }
td.TdClassName
{
border-color: #C175FF;
}
.TagClassName
{
border-color: #C175FF;
}
</style>