Shades of Heliotrope #C170F0
Tints of Heliotrope #C170F0
RGB
CMYK
RGB Variations
Color information
#C170F0 (or 0xC170F0) is known color: Heliotrope. HEX triplet: C1, 70 and F0. RGB value is (193,112,240). Sum of RGB (Red+Green+Blue) = 193+112+240=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #C170F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170F0 is #3E8F0F. Grayscale: #969696. Windows color (decimal): -4099856 or 15757505. OLE color: 15757505.
HSL color Cylindrical-coordinate representation of color #C170F0: hue angle of 277.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C170F0 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 112 | 240 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.06 |
| HSL | 277.97º | 0.81% | 0.69% | - |
| HSV(B) | 277.97º | 0.53% | 0.94% | - |
| XYZ | 43.51 | 29.22 | 85.78 | - |
| YUV | 150.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 240 | 0.20 | 0.53 | 0 | 0.06 | 277.97 | 0.81 | 0.69 |
| Hex | C1 | 70 | F0 | 14 | 35 | 0 | 6 | 116 | 51 | 45 |
| Octal | 301 | 160 | 360 | 24 | 65 | 0 | 6 | 426 | 121 | 105 |
| Binary | 11000001 | 1110000 | 11110000 | 10100 | 110101 | 0 | 110 | 100010110 | 1010001 | 1000101 |
Color Harmonies of #C170F0
Complementary color
Monochromatic Colors of #C170F0
Black with #C170F0
Text Example
Text Example
White with #C170F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170F0; }
p { color: rgb(193,112,240); }
H1.HeaderClassName
{
color: #C170F0;
}
.AnyTagClassName
{
color: #C170F0;
}
</style>
background-color css
<style>
a { background-color: #C170F0; }
a { background-color: rgb(193,112,240); }
div.DivClassName
{
background-color: #C170F0;
}
.BgClassName
{
background-color: #C170F0;
}
</style>
border-color css
<style>
span { border-color: #C170F0; }
span { border-color: rgb(193,112,240); }
td.TdClassName
{
border-color: #C170F0;
}
.TagClassName
{
border-color: #C170F0;
}
</style>