Shades of Heliotrope #C173F0
Tints of Heliotrope #C173F0
RGB
CMYK
RGB Variations
Color information
#C173F0 (or 0xC173F0) is known color: Heliotrope. HEX triplet: C1, 73 and F0. RGB value is (193,115,240). Sum of RGB (Red+Green+Blue) = 193+115+240=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #C173F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C173F0 is #3E8C0F. Grayscale: #989898. Windows color (decimal): -4099088 or 15758273. OLE color: 15758273.
HSL color Cylindrical-coordinate representation of color #C173F0: hue angle of 277.44º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C173F0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 115 | 240 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.06 |
| HSL | 277.44º | 0.81% | 0.7% | - |
| HSV(B) | 277.44º | 0.52% | 0.94% | - |
| XYZ | 43.85 | 29.89 | 85.9 | - |
| YUV | 152.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 240 | 0.20 | 0.52 | 0 | 0.06 | 277.44 | 0.81 | 0.7 |
| Hex | C1 | 73 | F0 | 14 | 34 | 0 | 6 | 115 | 51 | 46 |
| Octal | 301 | 163 | 360 | 24 | 64 | 0 | 6 | 425 | 121 | 106 |
| Binary | 11000001 | 1110011 | 11110000 | 10100 | 110100 | 0 | 110 | 100010101 | 1010001 | 1000110 |
Color Harmonies of #C173F0
Complementary color
Monochromatic Colors of #C173F0
Black with #C173F0
Text Example
Text Example
White with #C173F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C173F0; }
p { color: rgb(193,115,240); }
H1.HeaderClassName
{
color: #C173F0;
}
.AnyTagClassName
{
color: #C173F0;
}
</style>
background-color css
<style>
a { background-color: #C173F0; }
a { background-color: rgb(193,115,240); }
div.DivClassName
{
background-color: #C173F0;
}
.BgClassName
{
background-color: #C173F0;
}
</style>
border-color css
<style>
span { border-color: #C173F0; }
span { border-color: rgb(193,115,240); }
td.TdClassName
{
border-color: #C173F0;
}
.TagClassName
{
border-color: #C173F0;
}
</style>