Shades of Heliotrope #C171FE
Tints of Heliotrope #C171FE
RGB
CMYK
RGB Variations
Color information
#C171FE (or 0xC171FE) is known color: Heliotrope. HEX triplet: C1, 71 and FE. RGB value is (193,113,254). Sum of RGB (Red+Green+Blue) = 193+113+254=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #C171FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171FE is #3E8E01. Grayscale: #989898. Windows color (decimal): -4099586 or 16675265. OLE color: 16675265.
HSL color Cylindrical-coordinate representation of color #C171FE: hue angle of 274.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C171FE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 113 | 254 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.00 |
| HSL | 274.04º | 0.99% | 0.72% | - |
| HSV(B) | 274.04º | 0.56% | 1% | - |
| XYZ | 45.79 | 30.3 | 97.2 | - |
| YUV | 152.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 254 | 0.24 | 0.56 | 0 | 0.00 | 274.04 | 0.99 | 0.72 |
| Hex | C1 | 71 | FE | 18 | 38 | 0 | 0 | 112 | 63 | 48 |
| Octal | 301 | 161 | 376 | 30 | 70 | 0 | 0 | 422 | 143 | 110 |
| Binary | 11000001 | 1110001 | 11111110 | 11000 | 111000 | 0 | 0 | 100010010 | 1100011 | 1001000 |
Color Harmonies of #C171FE
Complementary color
Monochromatic Colors of #C171FE
Black with #C171FE
Text Example
Text Example
White with #C171FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171FE; }
p { color: rgb(193,113,254); }
H1.HeaderClassName
{
color: #C171FE;
}
.AnyTagClassName
{
color: #C171FE;
}
</style>
background-color css
<style>
a { background-color: #C171FE; }
a { background-color: rgb(193,113,254); }
div.DivClassName
{
background-color: #C171FE;
}
.BgClassName
{
background-color: #C171FE;
}
</style>
border-color css
<style>
span { border-color: #C171FE; }
span { border-color: rgb(193,113,254); }
td.TdClassName
{
border-color: #C171FE;
}
.TagClassName
{
border-color: #C171FE;
}
</style>