Shades of Heliotrope #C177FC
Tints of Heliotrope #C177FC
RGB
CMYK
RGB Variations
Color information
#C177FC (or 0xC177FC) is known color: Heliotrope. HEX triplet: C1, 77 and FC. RGB value is (193,119,252). Sum of RGB (Red+Green+Blue) = 193+119+252=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C177FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C177FC is #3E8803. Grayscale: #9B9B9B. Windows color (decimal): -4098052 or 16545729. OLE color: 16545729.
HSL color Cylindrical-coordinate representation of color #C177FC: hue angle of 273.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C177FC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 119 | 252 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.01 |
| HSL | 273.38º | 0.96% | 0.73% | - |
| HSV(B) | 273.38º | 0.53% | 0.99% | - |
| XYZ | 46.16 | 31.56 | 95.75 | - |
| YUV | 156.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 252 | 0.23 | 0.53 | 0 | 0.01 | 273.38 | 0.96 | 0.73 |
| Hex | C1 | 77 | FC | 17 | 35 | 0 | 1 | 111 | 60 | 49 |
| Octal | 301 | 167 | 374 | 27 | 65 | 0 | 1 | 421 | 140 | 111 |
| Binary | 11000001 | 1110111 | 11111100 | 10111 | 110101 | 0 | 1 | 100010001 | 1100000 | 1001001 |
Color Harmonies of #C177FC
Complementary color
Monochromatic Colors of #C177FC
Black with #C177FC
Text Example
Text Example
White with #C177FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177FC; }
p { color: rgb(193,119,252); }
H1.HeaderClassName
{
color: #C177FC;
}
.AnyTagClassName
{
color: #C177FC;
}
</style>
background-color css
<style>
a { background-color: #C177FC; }
a { background-color: rgb(193,119,252); }
div.DivClassName
{
background-color: #C177FC;
}
.BgClassName
{
background-color: #C177FC;
}
</style>
border-color css
<style>
span { border-color: #C177FC; }
span { border-color: rgb(193,119,252); }
td.TdClassName
{
border-color: #C177FC;
}
.TagClassName
{
border-color: #C177FC;
}
</style>