Shades of Heliotrope #C171FB
Tints of Heliotrope #C171FB
RGB
CMYK
RGB Variations
Color information
#C171FB (or 0xC171FB) is known color: Heliotrope. HEX triplet: C1, 71 and FB. RGB value is (193,113,251). Sum of RGB (Red+Green+Blue) = 193+113+251=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C171FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C171FB is #3E8E04. Grayscale: #989898. Windows color (decimal): -4099589 or 16478657. OLE color: 16478657.
HSL color Cylindrical-coordinate representation of color #C171FB: hue angle of 274.78º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C171FB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 113 | 251 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.02 |
| HSL | 274.78º | 0.95% | 0.71% | - |
| HSV(B) | 274.78º | 0.55% | 0.98% | - |
| XYZ | 45.31 | 30.11 | 94.69 | - |
| YUV | 152.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 251 | 0.23 | 0.55 | 0 | 0.02 | 274.78 | 0.95 | 0.71 |
| Hex | C1 | 71 | FB | 17 | 37 | 0 | 2 | 113 | 5F | 47 |
| Octal | 301 | 161 | 373 | 27 | 67 | 0 | 2 | 423 | 137 | 107 |
| Binary | 11000001 | 1110001 | 11111011 | 10111 | 110111 | 0 | 10 | 100010011 | 1011111 | 1000111 |
Color Harmonies of #C171FB
Complementary color
Monochromatic Colors of #C171FB
Black with #C171FB
Text Example
Text Example
White with #C171FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171FB; }
p { color: rgb(193,113,251); }
H1.HeaderClassName
{
color: #C171FB;
}
.AnyTagClassName
{
color: #C171FB;
}
</style>
background-color css
<style>
a { background-color: #C171FB; }
a { background-color: rgb(193,113,251); }
div.DivClassName
{
background-color: #C171FB;
}
.BgClassName
{
background-color: #C171FB;
}
</style>
border-color css
<style>
span { border-color: #C171FB; }
span { border-color: rgb(193,113,251); }
td.TdClassName
{
border-color: #C171FB;
}
.TagClassName
{
border-color: #C171FB;
}
</style>