Shades of Heliotrope #C981EC
Tints of Heliotrope #C981EC
RGB
CMYK
RGB Variations
Color information
#C981EC (or 0xC981EC) is known color: Heliotrope. HEX triplet: C9, 81 and EC. RGB value is (201,129,236). Sum of RGB (Red+Green+Blue) = 201+129+236=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #C981EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EC is #367E13. Grayscale: #A2A2A2. Windows color (decimal): -3571220 or 15499721. OLE color: 15499721.
HSL color Cylindrical-coordinate representation of color #C981EC: hue angle of 280.37º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C981EC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 129 | 236 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.07 |
| HSL | 280.37º | 0.74% | 0.72% | - |
| HSV(B) | 280.37º | 0.45% | 0.93% | - |
| XYZ | 47.08 | 34.17 | 83.47 | - |
| YUV | 162.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 236 | 0.15 | 0.45 | 0 | 0.07 | 280.37 | 0.74 | 0.72 |
| Hex | C9 | 81 | EC | F | 2D | 0 | 7 | 118 | 4A | 48 |
| Octal | 311 | 201 | 354 | 17 | 55 | 0 | 7 | 430 | 112 | 110 |
| Binary | 11001001 | 10000001 | 11101100 | 1111 | 101101 | 0 | 111 | 100011000 | 1001010 | 1001000 |
Color Harmonies of #C981EC
Complementary color
Monochromatic Colors of #C981EC
Black with #C981EC
Text Example
Text Example
White with #C981EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981EC; }
p { color: rgb(201,129,236); }
H1.HeaderClassName
{
color: #C981EC;
}
.AnyTagClassName
{
color: #C981EC;
}
</style>
background-color css
<style>
a { background-color: #C981EC; }
a { background-color: rgb(201,129,236); }
div.DivClassName
{
background-color: #C981EC;
}
.BgClassName
{
background-color: #C981EC;
}
</style>
border-color css
<style>
span { border-color: #C981EC; }
span { border-color: rgb(201,129,236); }
td.TdClassName
{
border-color: #C981EC;
}
.TagClassName
{
border-color: #C981EC;
}
</style>