Shades of Heliotrope #C175FA
Tints of Heliotrope #C175FA
RGB
CMYK
RGB Variations
Color information
#C175FA (or 0xC175FA) is known color: Heliotrope. HEX triplet: C1, 75 and FA. RGB value is (193,117,250). Sum of RGB (Red+Green+Blue) = 193+117+250=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C175FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175FA is #3E8A05. Grayscale: #9A9A9A. Windows color (decimal): -4098566 or 16414145. OLE color: 16414145.
HSL color Cylindrical-coordinate representation of color #C175FA: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C175FA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 117 | 250 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.02 |
| HSL | 274.29º | 0.93% | 0.72% | - |
| HSV(B) | 274.29º | 0.53% | 0.98% | - |
| XYZ | 45.61 | 30.96 | 94.01 | - |
| YUV | 154.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 250 | 0.23 | 0.53 | 0 | 0.02 | 274.29 | 0.93 | 0.72 |
| Hex | C1 | 75 | FA | 17 | 35 | 0 | 2 | 112 | 5D | 48 |
| Octal | 301 | 165 | 372 | 27 | 65 | 0 | 2 | 422 | 135 | 110 |
| Binary | 11000001 | 1110101 | 11111010 | 10111 | 110101 | 0 | 10 | 100010010 | 1011101 | 1001000 |
Color Harmonies of #C175FA
Complementary color
Monochromatic Colors of #C175FA
Black with #C175FA
Text Example
Text Example
White with #C175FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175FA; }
p { color: rgb(193,117,250); }
H1.HeaderClassName
{
color: #C175FA;
}
.AnyTagClassName
{
color: #C175FA;
}
</style>
background-color css
<style>
a { background-color: #C175FA; }
a { background-color: rgb(193,117,250); }
div.DivClassName
{
background-color: #C175FA;
}
.BgClassName
{
background-color: #C175FA;
}
</style>
border-color css
<style>
span { border-color: #C175FA; }
span { border-color: rgb(193,117,250); }
td.TdClassName
{
border-color: #C175FA;
}
.TagClassName
{
border-color: #C175FA;
}
</style>