Shades of Heliotrope #C177FB
Tints of Heliotrope #C177FB
RGB
CMYK
RGB Variations
Color information
#C177FB (or 0xC177FB) is known color: Heliotrope. HEX triplet: C1, 77 and FB. RGB value is (193,119,251). Sum of RGB (Red+Green+Blue) = 193+119+251=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C177FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C177FB is #3E8804. Grayscale: #9B9B9B. Windows color (decimal): -4098053 or 16480193. OLE color: 16480193.
HSL color Cylindrical-coordinate representation of color #C177FB: hue angle of 273.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C177FB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 119 | 251 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.02 |
| HSL | 273.64º | 0.94% | 0.73% | - |
| HSV(B) | 273.64º | 0.53% | 0.98% | - |
| XYZ | 46 | 31.5 | 94.92 | - |
| YUV | 156.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 251 | 0.23 | 0.53 | 0 | 0.02 | 273.64 | 0.94 | 0.73 |
| Hex | C1 | 77 | FB | 17 | 35 | 0 | 2 | 112 | 5E | 49 |
| Octal | 301 | 167 | 373 | 27 | 65 | 0 | 2 | 422 | 136 | 111 |
| Binary | 11000001 | 1110111 | 11111011 | 10111 | 110101 | 0 | 10 | 100010010 | 1011110 | 1001001 |
Color Harmonies of #C177FB
Complementary color
Monochromatic Colors of #C177FB
Black with #C177FB
Text Example
Text Example
White with #C177FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177FB; }
p { color: rgb(193,119,251); }
H1.HeaderClassName
{
color: #C177FB;
}
.AnyTagClassName
{
color: #C177FB;
}
</style>
background-color css
<style>
a { background-color: #C177FB; }
a { background-color: rgb(193,119,251); }
div.DivClassName
{
background-color: #C177FB;
}
.BgClassName
{
background-color: #C177FB;
}
</style>
border-color css
<style>
span { border-color: #C177FB; }
span { border-color: rgb(193,119,251); }
td.TdClassName
{
border-color: #C177FB;
}
.TagClassName
{
border-color: #C177FB;
}
</style>