Shades of Heliotrope #C176FF
Tints of Heliotrope #C176FF
RGB
CMYK
RGB Variations
Color information
#C176FF (or 0xC176FF) is known color: Heliotrope. HEX triplet: C1, 76 and FF. RGB value is (193,118,255). Sum of RGB (Red+Green+Blue) = 193+118+255=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C176FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C176FF is #3E8900. Grayscale: #9B9B9B. Windows color (decimal): -4098305 or 16742081. OLE color: 16742081.
HSL color Cylindrical-coordinate representation of color #C176FF: hue angle of 272.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C176FF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 118 | 255 | - |
| CMYK | 0.24 | 0.54 | 0 | 0 |
| HSL | 272.85º | 1% | 0.73% | - |
| HSV(B) | 272.85º | 0.54% | 1% | - |
| XYZ | 46.52 | 31.51 | 98.24 | - |
| YUV | 156.04 | 183.85 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 255 | 0.24 | 0.54 | 0 | 0 | 272.85 | 1 | 0.73 |
| Hex | C1 | 76 | FF | 18 | 36 | 0 | 0 | 111 | 64 | 49 |
| Octal | 301 | 166 | 377 | 30 | 66 | 0 | 0 | 421 | 144 | 111 |
| Binary | 11000001 | 1110110 | 11111111 | 11000 | 110110 | 0 | 0 | 100010001 | 1100100 | 1001001 |
Color Harmonies of #C176FF
Complementary color
Monochromatic Colors of #C176FF
Black with #C176FF
Text Example
Text Example
White with #C176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176FF; }
p { color: rgb(193,118,255); }
H1.HeaderClassName
{
color: #C176FF;
}
.AnyTagClassName
{
color: #C176FF;
}
</style>
background-color css
<style>
a { background-color: #C176FF; }
a { background-color: rgb(193,118,255); }
div.DivClassName
{
background-color: #C176FF;
}
.BgClassName
{
background-color: #C176FF;
}
</style>
border-color css
<style>
span { border-color: #C176FF; }
span { border-color: rgb(193,118,255); }
td.TdClassName
{
border-color: #C176FF;
}
.TagClassName
{
border-color: #C176FF;
}
</style>