Shades of Heliotrope #C180F9
Tints of Heliotrope #C180F9
RGB
CMYK
RGB Variations
Color information
#C180F9 (or 0xC180F9) is known color: Heliotrope. HEX triplet: C1, 80 and F9. RGB value is (193,128,249). Sum of RGB (Red+Green+Blue) = 193+128+249=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #C180F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180F9 is #3E7F06. Grayscale: #A0A0A0. Windows color (decimal): -4095751 or 16351425. OLE color: 16351425.
HSL color Cylindrical-coordinate representation of color #C180F9: hue angle of 272.23º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C180F9 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 128 | 249 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.02 |
| HSL | 272.23º | 0.91% | 0.74% | - |
| HSV(B) | 272.23º | 0.49% | 0.98% | - |
| XYZ | 46.81 | 33.62 | 93.64 | - |
| YUV | 161.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 249 | 0.22 | 0.49 | 0 | 0.02 | 272.23 | 0.91 | 0.74 |
| Hex | C1 | 80 | F9 | 16 | 31 | 0 | 2 | 110 | 5B | 4A |
| Octal | 301 | 200 | 371 | 26 | 61 | 0 | 2 | 420 | 133 | 112 |
| Binary | 11000001 | 10000000 | 11111001 | 10110 | 110001 | 0 | 10 | 100010000 | 1011011 | 1001010 |
Color Harmonies of #C180F9
Complementary color
Monochromatic Colors of #C180F9
Black with #C180F9
Text Example
Text Example
White with #C180F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180F9; }
p { color: rgb(193,128,249); }
H1.HeaderClassName
{
color: #C180F9;
}
.AnyTagClassName
{
color: #C180F9;
}
</style>
background-color css
<style>
a { background-color: #C180F9; }
a { background-color: rgb(193,128,249); }
div.DivClassName
{
background-color: #C180F9;
}
.BgClassName
{
background-color: #C180F9;
}
</style>
border-color css
<style>
span { border-color: #C180F9; }
span { border-color: rgb(193,128,249); }
td.TdClassName
{
border-color: #C180F9;
}
.TagClassName
{
border-color: #C180F9;
}
</style>