Shades of Heliotrope #C175FE
Tints of Heliotrope #C175FE
RGB
CMYK
RGB Variations
Color information
#C175FE (or 0xC175FE) is known color: Heliotrope. HEX triplet: C1, 75 and FE. RGB value is (193,117,254). Sum of RGB (Red+Green+Blue) = 193+117+254=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #C175FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175FE is #3E8A01. Grayscale: #9A9A9A. Windows color (decimal): -4098562 or 16676289. OLE color: 16676289.
HSL color Cylindrical-coordinate representation of color #C175FE: hue angle of 273.28º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C175FE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 117 | 254 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.00 |
| HSL | 273.28º | 0.99% | 0.73% | - |
| HSV(B) | 273.28º | 0.54% | 1% | - |
| XYZ | 46.24 | 31.22 | 97.35 | - |
| YUV | 155.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 254 | 0.24 | 0.54 | 0 | 0.00 | 273.28 | 0.99 | 0.73 |
| Hex | C1 | 75 | FE | 18 | 36 | 0 | 0 | 111 | 63 | 49 |
| Octal | 301 | 165 | 376 | 30 | 66 | 0 | 0 | 421 | 143 | 111 |
| Binary | 11000001 | 1110101 | 11111110 | 11000 | 110110 | 0 | 0 | 100010001 | 1100011 | 1001001 |
Color Harmonies of #C175FE
Complementary color
Monochromatic Colors of #C175FE
Black with #C175FE
Text Example
Text Example
White with #C175FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175FE; }
p { color: rgb(193,117,254); }
H1.HeaderClassName
{
color: #C175FE;
}
.AnyTagClassName
{
color: #C175FE;
}
</style>
background-color css
<style>
a { background-color: #C175FE; }
a { background-color: rgb(193,117,254); }
div.DivClassName
{
background-color: #C175FE;
}
.BgClassName
{
background-color: #C175FE;
}
</style>
border-color css
<style>
span { border-color: #C175FE; }
span { border-color: rgb(193,117,254); }
td.TdClassName
{
border-color: #C175FE;
}
.TagClassName
{
border-color: #C175FE;
}
</style>