Shades of Heliotrope #C980F0
Tints of Heliotrope #C980F0
RGB
CMYK
RGB Variations
Color information
#C980F0 (or 0xC980F0) is known color: Heliotrope. HEX triplet: C9, 80 and F0. RGB value is (201,128,240). Sum of RGB (Red+Green+Blue) = 201+128+240=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #C980F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980F0 is #367F0F. Grayscale: #A2A2A2. Windows color (decimal): -3571472 or 15761609. OLE color: 15761609.
HSL color Cylindrical-coordinate representation of color #C980F0: hue angle of 279.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C980F0 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 128 | 240 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.06 |
| HSL | 279.11º | 0.79% | 0.72% | - |
| HSV(B) | 279.11º | 0.47% | 0.94% | - |
| XYZ | 47.53 | 34.15 | 86.52 | - |
| YUV | 162.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 240 | 0.16 | 0.47 | 0 | 0.06 | 279.11 | 0.79 | 0.72 |
| Hex | C9 | 80 | F0 | 10 | 2F | 0 | 6 | 117 | 4F | 48 |
| Octal | 311 | 200 | 360 | 20 | 57 | 0 | 6 | 427 | 117 | 110 |
| Binary | 11001001 | 10000000 | 11110000 | 10000 | 101111 | 0 | 110 | 100010111 | 1001111 | 1001000 |
Color Harmonies of #C980F0
Complementary color
Monochromatic Colors of #C980F0
Black with #C980F0
Text Example
Text Example
White with #C980F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980F0; }
p { color: rgb(201,128,240); }
H1.HeaderClassName
{
color: #C980F0;
}
.AnyTagClassName
{
color: #C980F0;
}
</style>
background-color css
<style>
a { background-color: #C980F0; }
a { background-color: rgb(201,128,240); }
div.DivClassName
{
background-color: #C980F0;
}
.BgClassName
{
background-color: #C980F0;
}
</style>
border-color css
<style>
span { border-color: #C980F0; }
span { border-color: rgb(201,128,240); }
td.TdClassName
{
border-color: #C980F0;
}
.TagClassName
{
border-color: #C980F0;
}
</style>