Shades of Heliotrope #C172FC
Tints of Heliotrope #C172FC
RGB
CMYK
RGB Variations
Color information
#C172FC (or 0xC172FC) is known color: Heliotrope. HEX triplet: C1, 72 and FC. RGB value is (193,114,252). Sum of RGB (Red+Green+Blue) = 193+114+252=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #C172FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C172FC is #3E8D03. Grayscale: #989898. Windows color (decimal): -4099332 or 16544449. OLE color: 16544449.
HSL color Cylindrical-coordinate representation of color #C172FC: hue angle of 274.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C172FC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 114 | 252 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.01 |
| HSL | 274.35º | 0.96% | 0.72% | - |
| HSV(B) | 274.35º | 0.55% | 0.99% | - |
| XYZ | 45.58 | 30.4 | 95.56 | - |
| YUV | 153.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 252 | 0.23 | 0.55 | 0 | 0.01 | 274.35 | 0.96 | 0.72 |
| Hex | C1 | 72 | FC | 17 | 37 | 0 | 1 | 112 | 60 | 48 |
| Octal | 301 | 162 | 374 | 27 | 67 | 0 | 1 | 422 | 140 | 110 |
| Binary | 11000001 | 1110010 | 11111100 | 10111 | 110111 | 0 | 1 | 100010010 | 1100000 | 1001000 |
Color Harmonies of #C172FC
Complementary color
Monochromatic Colors of #C172FC
Black with #C172FC
Text Example
Text Example
White with #C172FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172FC; }
p { color: rgb(193,114,252); }
H1.HeaderClassName
{
color: #C172FC;
}
.AnyTagClassName
{
color: #C172FC;
}
</style>
background-color css
<style>
a { background-color: #C172FC; }
a { background-color: rgb(193,114,252); }
div.DivClassName
{
background-color: #C172FC;
}
.BgClassName
{
background-color: #C172FC;
}
</style>
border-color css
<style>
span { border-color: #C172FC; }
span { border-color: rgb(193,114,252); }
td.TdClassName
{
border-color: #C172FC;
}
.TagClassName
{
border-color: #C172FC;
}
</style>