Shades of Heliotrope #C980FA
Tints of Heliotrope #C980FA
RGB
CMYK
RGB Variations
Color information
#C980FA (or 0xC980FA) is known color: Heliotrope. HEX triplet: C9, 80 and FA. RGB value is (201,128,250). Sum of RGB (Red+Green+Blue) = 201+128+250=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #C980FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980FA is #367F05. Grayscale: #A3A3A3. Windows color (decimal): -3571462 or 16416969. OLE color: 16416969.
HSL color Cylindrical-coordinate representation of color #C980FA: hue angle of 275.9º degrees, saturation: 0.92, 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 #C980FA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 128 | 250 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.02 |
| HSL | 275.9º | 0.92% | 0.74% | - |
| HSV(B) | 275.9º | 0.49% | 0.98% | - |
| XYZ | 49.06 | 34.76 | 94.57 | - |
| YUV | 163.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 250 | 0.20 | 0.49 | 0 | 0.02 | 275.9 | 0.92 | 0.74 |
| Hex | C9 | 80 | FA | 14 | 31 | 0 | 2 | 114 | 5C | 4A |
| Octal | 311 | 200 | 372 | 24 | 61 | 0 | 2 | 424 | 134 | 112 |
| Binary | 11001001 | 10000000 | 11111010 | 10100 | 110001 | 0 | 10 | 100010100 | 1011100 | 1001010 |
Color Harmonies of #C980FA
Complementary color
Monochromatic Colors of #C980FA
Black with #C980FA
Text Example
Text Example
White with #C980FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980FA; }
p { color: rgb(201,128,250); }
H1.HeaderClassName
{
color: #C980FA;
}
.AnyTagClassName
{
color: #C980FA;
}
</style>
background-color css
<style>
a { background-color: #C980FA; }
a { background-color: rgb(201,128,250); }
div.DivClassName
{
background-color: #C980FA;
}
.BgClassName
{
background-color: #C980FA;
}
</style>
border-color css
<style>
span { border-color: #C980FA; }
span { border-color: rgb(201,128,250); }
td.TdClassName
{
border-color: #C980FA;
}
.TagClassName
{
border-color: #C980FA;
}
</style>