Shades of Heliotrope #C170FF
Tints of Heliotrope #C170FF
RGB
CMYK
RGB Variations
Color information
#C170FF (or 0xC170FF) is known color: Heliotrope. HEX triplet: C1, 70 and FF. RGB value is (193,112,255). Sum of RGB (Red+Green+Blue) = 193+112+255=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #C170FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170FF is #3E8F00. Grayscale: #989898. Windows color (decimal): -4099841 or 16740545. OLE color: 16740545.
HSL color Cylindrical-coordinate representation of color #C170FF: hue angle of 273.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C170FF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 112 | 255 | - |
| CMYK | 0.24 | 0.56 | 0 | 0 |
| HSL | 273.99º | 1% | 0.72% | - |
| HSV(B) | 273.99º | 0.56% | 1% | - |
| XYZ | 45.84 | 30.15 | 98.01 | - |
| YUV | 152.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 255 | 0.24 | 0.56 | 0 | 0 | 273.99 | 1 | 0.72 |
| Hex | C1 | 70 | FF | 18 | 38 | 0 | 0 | 112 | 64 | 48 |
| Octal | 301 | 160 | 377 | 30 | 70 | 0 | 0 | 422 | 144 | 110 |
| Binary | 11000001 | 1110000 | 11111111 | 11000 | 111000 | 0 | 0 | 100010010 | 1100100 | 1001000 |
Color Harmonies of #C170FF
Complementary color
Monochromatic Colors of #C170FF
Black with #C170FF
Text Example
Text Example
White with #C170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170FF; }
p { color: rgb(193,112,255); }
H1.HeaderClassName
{
color: #C170FF;
}
.AnyTagClassName
{
color: #C170FF;
}
</style>
background-color css
<style>
a { background-color: #C170FF; }
a { background-color: rgb(193,112,255); }
div.DivClassName
{
background-color: #C170FF;
}
.BgClassName
{
background-color: #C170FF;
}
</style>
border-color css
<style>
span { border-color: #C170FF; }
span { border-color: rgb(193,112,255); }
td.TdClassName
{
border-color: #C170FF;
}
.TagClassName
{
border-color: #C170FF;
}
</style>