Shades of Heliotrope #C980ED
Tints of Heliotrope #C980ED
RGB
CMYK
RGB Variations
Color information
#C980ED (or 0xC980ED) is known color: Heliotrope. HEX triplet: C9, 80 and ED. RGB value is (201,128,237). Sum of RGB (Red+Green+Blue) = 201+128+237=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #C980ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980ED is #367F12. Grayscale: #A1A1A1. Windows color (decimal): -3571475 or 15565001. OLE color: 15565001.
HSL color Cylindrical-coordinate representation of color #C980ED: hue angle of 280.18º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C980ED is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 128 | 237 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280.18º | 0.75% | 0.72% | - |
| HSV(B) | 280.18º | 0.46% | 0.93% | - |
| XYZ | 47.09 | 33.97 | 84.2 | - |
| YUV | 162.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 237 | 0.15 | 0.46 | 0 | 0.07 | 280.18 | 0.75 | 0.72 |
| Hex | C9 | 80 | ED | F | 2E | 0 | 7 | 118 | 4B | 48 |
| Octal | 311 | 200 | 355 | 17 | 56 | 0 | 7 | 430 | 113 | 110 |
| Binary | 11001001 | 10000000 | 11101101 | 1111 | 101110 | 0 | 111 | 100011000 | 1001011 | 1001000 |
Color Harmonies of #C980ED
Complementary color
Monochromatic Colors of #C980ED
Black with #C980ED
Text Example
Text Example
White with #C980ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980ED; }
p { color: rgb(201,128,237); }
H1.HeaderClassName
{
color: #C980ED;
}
.AnyTagClassName
{
color: #C980ED;
}
</style>
background-color css
<style>
a { background-color: #C980ED; }
a { background-color: rgb(201,128,237); }
div.DivClassName
{
background-color: #C980ED;
}
.BgClassName
{
background-color: #C980ED;
}
</style>
border-color css
<style>
span { border-color: #C980ED; }
span { border-color: rgb(201,128,237); }
td.TdClassName
{
border-color: #C980ED;
}
.TagClassName
{
border-color: #C980ED;
}
</style>