Shades of Heliotrope #C171FC
Tints of Heliotrope #C171FC
RGB
CMYK
RGB Variations
Color information
#C171FC (or 0xC171FC) is known color: Heliotrope. HEX triplet: C1, 71 and FC. RGB value is (193,113,252). Sum of RGB (Red+Green+Blue) = 193+113+252=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #C171FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171FC is #3E8E03. Grayscale: #989898. Windows color (decimal): -4099588 or 16544193. OLE color: 16544193.
HSL color Cylindrical-coordinate representation of color #C171FC: hue angle of 274.53º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C171FC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 113 | 252 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.01 |
| HSL | 274.53º | 0.96% | 0.72% | - |
| HSV(B) | 274.53º | 0.55% | 0.99% | - |
| XYZ | 45.47 | 30.18 | 95.52 | - |
| YUV | 152.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 252 | 0.23 | 0.55 | 0 | 0.01 | 274.53 | 0.96 | 0.72 |
| Hex | C1 | 71 | FC | 17 | 37 | 0 | 1 | 113 | 60 | 48 |
| Octal | 301 | 161 | 374 | 27 | 67 | 0 | 1 | 423 | 140 | 110 |
| Binary | 11000001 | 1110001 | 11111100 | 10111 | 110111 | 0 | 1 | 100010011 | 1100000 | 1001000 |
Color Harmonies of #C171FC
Complementary color
Monochromatic Colors of #C171FC
Black with #C171FC
Text Example
Text Example
White with #C171FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171FC; }
p { color: rgb(193,113,252); }
H1.HeaderClassName
{
color: #C171FC;
}
.AnyTagClassName
{
color: #C171FC;
}
</style>
background-color css
<style>
a { background-color: #C171FC; }
a { background-color: rgb(193,113,252); }
div.DivClassName
{
background-color: #C171FC;
}
.BgClassName
{
background-color: #C171FC;
}
</style>
border-color css
<style>
span { border-color: #C171FC; }
span { border-color: rgb(193,113,252); }
td.TdClassName
{
border-color: #C171FC;
}
.TagClassName
{
border-color: #C171FC;
}
</style>