Shades of Heliotrope #C171FF
Tints of Heliotrope #C171FF
RGB
CMYK
RGB Variations
Color information
#C171FF (or 0xC171FF) is known color: Heliotrope. HEX triplet: C1, 71 and FF. RGB value is (193,113,255). Sum of RGB (Red+Green+Blue) = 193+113+255=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #C171FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171FF is #3E8E00. Grayscale: #989898. Windows color (decimal): -4099585 or 16740801. OLE color: 16740801.
HSL color Cylindrical-coordinate representation of color #C171FF: hue angle of 273.8º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C171FF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 113 | 255 | - |
| CMYK | 0.24 | 0.56 | 0 | 0 |
| HSL | 273.8º | 1% | 0.72% | - |
| HSV(B) | 273.8º | 0.56% | 1% | - |
| XYZ | 45.95 | 30.37 | 98.05 | - |
| YUV | 153.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 255 | 0.24 | 0.56 | 0 | 0 | 273.8 | 1 | 0.72 |
| Hex | C1 | 71 | FF | 18 | 38 | 0 | 0 | 112 | 64 | 48 |
| Octal | 301 | 161 | 377 | 30 | 70 | 0 | 0 | 422 | 144 | 110 |
| Binary | 11000001 | 1110001 | 11111111 | 11000 | 111000 | 0 | 0 | 100010010 | 1100100 | 1001000 |
Color Harmonies of #C171FF
Complementary color
Monochromatic Colors of #C171FF
Black with #C171FF
Text Example
Text Example
White with #C171FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171FF; }
p { color: rgb(193,113,255); }
H1.HeaderClassName
{
color: #C171FF;
}
.AnyTagClassName
{
color: #C171FF;
}
</style>
background-color css
<style>
a { background-color: #C171FF; }
a { background-color: rgb(193,113,255); }
div.DivClassName
{
background-color: #C171FF;
}
.BgClassName
{
background-color: #C171FF;
}
</style>
border-color css
<style>
span { border-color: #C171FF; }
span { border-color: rgb(193,113,255); }
td.TdClassName
{
border-color: #C171FF;
}
.TagClassName
{
border-color: #C171FF;
}
</style>