Shades of Heliotrope #C178FC
Tints of Heliotrope #C178FC
RGB
CMYK
RGB Variations
Color information
#C178FC (or 0xC178FC) is known color: Heliotrope. HEX triplet: C1, 78 and FC. RGB value is (193,120,252). Sum of RGB (Red+Green+Blue) = 193+120+252=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #C178FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178FC is #3E8703. Grayscale: #9C9C9C. Windows color (decimal): -4097796 or 16545985. OLE color: 16545985.
HSL color Cylindrical-coordinate representation of color #C178FC: hue angle of 273.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C178FC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 120 | 252 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.01 |
| HSL | 273.18º | 0.96% | 0.73% | - |
| HSV(B) | 273.18º | 0.52% | 0.99% | - |
| XYZ | 46.28 | 31.8 | 95.79 | - |
| YUV | 156.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 252 | 0.23 | 0.52 | 0 | 0.01 | 273.18 | 0.96 | 0.73 |
| Hex | C1 | 78 | FC | 17 | 34 | 0 | 1 | 111 | 60 | 49 |
| Octal | 301 | 170 | 374 | 27 | 64 | 0 | 1 | 421 | 140 | 111 |
| Binary | 11000001 | 1111000 | 11111100 | 10111 | 110100 | 0 | 1 | 100010001 | 1100000 | 1001001 |
Color Harmonies of #C178FC
Complementary color
Monochromatic Colors of #C178FC
Black with #C178FC
Text Example
Text Example
White with #C178FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178FC; }
p { color: rgb(193,120,252); }
H1.HeaderClassName
{
color: #C178FC;
}
.AnyTagClassName
{
color: #C178FC;
}
</style>
background-color css
<style>
a { background-color: #C178FC; }
a { background-color: rgb(193,120,252); }
div.DivClassName
{
background-color: #C178FC;
}
.BgClassName
{
background-color: #C178FC;
}
</style>
border-color css
<style>
span { border-color: #C178FC; }
span { border-color: rgb(193,120,252); }
td.TdClassName
{
border-color: #C178FC;
}
.TagClassName
{
border-color: #C178FC;
}
</style>