Shades of Heliotrope #C180F1
Tints of Heliotrope #C180F1
RGB
CMYK
RGB Variations
Color information
#C180F1 (or 0xC180F1) is known color: Heliotrope. HEX triplet: C1, 80 and F1. RGB value is (193,128,241). Sum of RGB (Red+Green+Blue) = 193+128+241=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #C180F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180F1 is #3E7F0E. Grayscale: #9F9F9F. Windows color (decimal): -4095759 or 15827137. OLE color: 15827137.
HSL color Cylindrical-coordinate representation of color #C180F1: hue angle of 274.51º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C180F1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 128 | 241 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.05 |
| HSL | 274.51º | 0.8% | 0.72% | - |
| HSV(B) | 274.51º | 0.47% | 0.95% | - |
| XYZ | 45.59 | 33.13 | 87.21 | - |
| YUV | 160.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 241 | 0.20 | 0.47 | 0 | 0.05 | 274.51 | 0.8 | 0.72 |
| Hex | C1 | 80 | F1 | 14 | 2F | 0 | 5 | 113 | 50 | 48 |
| Octal | 301 | 200 | 361 | 24 | 57 | 0 | 5 | 423 | 120 | 110 |
| Binary | 11000001 | 10000000 | 11110001 | 10100 | 101111 | 0 | 101 | 100010011 | 1010000 | 1001000 |
Color Harmonies of #C180F1
Complementary color
Monochromatic Colors of #C180F1
Black with #C180F1
Text Example
Text Example
White with #C180F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180F1; }
p { color: rgb(193,128,241); }
H1.HeaderClassName
{
color: #C180F1;
}
.AnyTagClassName
{
color: #C180F1;
}
</style>
background-color css
<style>
a { background-color: #C180F1; }
a { background-color: rgb(193,128,241); }
div.DivClassName
{
background-color: #C180F1;
}
.BgClassName
{
background-color: #C180F1;
}
</style>
border-color css
<style>
span { border-color: #C180F1; }
span { border-color: rgb(193,128,241); }
td.TdClassName
{
border-color: #C180F1;
}
.TagClassName
{
border-color: #C180F1;
}
</style>