Shades of Heliotrope #C178FD
Tints of Heliotrope #C178FD
RGB
CMYK
RGB Variations
Color information
#C178FD (or 0xC178FD) is known color: Heliotrope. HEX triplet: C1, 78 and FD. RGB value is (193,120,253). Sum of RGB (Red+Green+Blue) = 193+120+253=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C178FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C178FD is #3E8702. Grayscale: #9C9C9C. Windows color (decimal): -4097795 or 16611521. OLE color: 16611521.
HSL color Cylindrical-coordinate representation of color #C178FD: hue angle of 272.93º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C178FD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 120 | 253 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.01 |
| HSL | 272.93º | 0.97% | 0.73% | - |
| HSV(B) | 272.93º | 0.53% | 0.99% | - |
| XYZ | 46.44 | 31.86 | 96.63 | - |
| YUV | 156.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 253 | 0.24 | 0.53 | 0 | 0.01 | 272.93 | 0.97 | 0.73 |
| Hex | C1 | 78 | FD | 18 | 35 | 0 | 1 | 111 | 61 | 49 |
| Octal | 301 | 170 | 375 | 30 | 65 | 0 | 1 | 421 | 141 | 111 |
| Binary | 11000001 | 1111000 | 11111101 | 11000 | 110101 | 0 | 1 | 100010001 | 1100001 | 1001001 |
Color Harmonies of #C178FD
Complementary color
Monochromatic Colors of #C178FD
Black with #C178FD
Text Example
Text Example
White with #C178FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178FD; }
p { color: rgb(193,120,253); }
H1.HeaderClassName
{
color: #C178FD;
}
.AnyTagClassName
{
color: #C178FD;
}
</style>
background-color css
<style>
a { background-color: #C178FD; }
a { background-color: rgb(193,120,253); }
div.DivClassName
{
background-color: #C178FD;
}
.BgClassName
{
background-color: #C178FD;
}
</style>
border-color css
<style>
span { border-color: #C178FD; }
span { border-color: rgb(193,120,253); }
td.TdClassName
{
border-color: #C178FD;
}
.TagClassName
{
border-color: #C178FD;
}
</style>