Shades of Heliotrope #C980F6
Tints of Heliotrope #C980F6
RGB
CMYK
RGB Variations
Color information
#C980F6 (or 0xC980F6) is known color: Heliotrope. HEX triplet: C9, 80 and F6. RGB value is (201,128,246). Sum of RGB (Red+Green+Blue) = 201+128+246=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #C980F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980F6 is #367F09. Grayscale: #A2A2A2. Windows color (decimal): -3571466 or 16154825. OLE color: 16154825.
HSL color Cylindrical-coordinate representation of color #C980F6: hue angle of 277.12º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C980F6 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 128 | 246 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.04 |
| HSL | 277.12º | 0.87% | 0.73% | - |
| HSV(B) | 277.12º | 0.48% | 0.96% | - |
| XYZ | 48.44 | 34.51 | 91.3 | - |
| YUV | 163.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 246 | 0.18 | 0.48 | 0 | 0.04 | 277.12 | 0.87 | 0.73 |
| Hex | C9 | 80 | F6 | 12 | 30 | 0 | 4 | 115 | 57 | 49 |
| Octal | 311 | 200 | 366 | 22 | 60 | 0 | 4 | 425 | 127 | 111 |
| Binary | 11001001 | 10000000 | 11110110 | 10010 | 110000 | 0 | 100 | 100010101 | 1010111 | 1001001 |
Color Harmonies of #C980F6
Complementary color
Monochromatic Colors of #C980F6
Black with #C980F6
Text Example
Text Example
White with #C980F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980F6; }
p { color: rgb(201,128,246); }
H1.HeaderClassName
{
color: #C980F6;
}
.AnyTagClassName
{
color: #C980F6;
}
</style>
background-color css
<style>
a { background-color: #C980F6; }
a { background-color: rgb(201,128,246); }
div.DivClassName
{
background-color: #C980F6;
}
.BgClassName
{
background-color: #C980F6;
}
</style>
border-color css
<style>
span { border-color: #C980F6; }
span { border-color: rgb(201,128,246); }
td.TdClassName
{
border-color: #C980F6;
}
.TagClassName
{
border-color: #C980F6;
}
</style>