Shades of Heliotrope #C173F1
Tints of Heliotrope #C173F1
RGB
CMYK
RGB Variations
Color information
#C173F1 (or 0xC173F1) is known color: Heliotrope. HEX triplet: C1, 73 and F1. RGB value is (193,115,241). Sum of RGB (Red+Green+Blue) = 193+115+241=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C173F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C173F1 is #3E8C0E. Grayscale: #989898. Windows color (decimal): -4099087 or 15823809. OLE color: 15823809.
HSL color Cylindrical-coordinate representation of color #C173F1: hue angle of 277.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C173F1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 115 | 241 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.05 |
| HSL | 277.14º | 0.82% | 0.7% | - |
| HSV(B) | 277.14º | 0.52% | 0.95% | - |
| XYZ | 44 | 29.95 | 86.68 | - |
| YUV | 152.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 241 | 0.20 | 0.52 | 0 | 0.05 | 277.14 | 0.82 | 0.7 |
| Hex | C1 | 73 | F1 | 14 | 34 | 0 | 5 | 115 | 52 | 46 |
| Octal | 301 | 163 | 361 | 24 | 64 | 0 | 5 | 425 | 122 | 106 |
| Binary | 11000001 | 1110011 | 11110001 | 10100 | 110100 | 0 | 101 | 100010101 | 1010010 | 1000110 |
Color Harmonies of #C173F1
Complementary color
Monochromatic Colors of #C173F1
Black with #C173F1
Text Example
Text Example
White with #C173F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C173F1; }
p { color: rgb(193,115,241); }
H1.HeaderClassName
{
color: #C173F1;
}
.AnyTagClassName
{
color: #C173F1;
}
</style>
background-color css
<style>
a { background-color: #C173F1; }
a { background-color: rgb(193,115,241); }
div.DivClassName
{
background-color: #C173F1;
}
.BgClassName
{
background-color: #C173F1;
}
</style>
border-color css
<style>
span { border-color: #C173F1; }
span { border-color: rgb(193,115,241); }
td.TdClassName
{
border-color: #C173F1;
}
.TagClassName
{
border-color: #C173F1;
}
</style>