Shades of Heliotrope #C981EE
Tints of Heliotrope #C981EE
RGB
CMYK
RGB Variations
Color information
#C981EE (or 0xC981EE) is known color: Heliotrope. HEX triplet: C9, 81 and EE. RGB value is (201,129,238). Sum of RGB (Red+Green+Blue) = 201+129+238=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C981EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EE is #367E11. Grayscale: #A2A2A2. Windows color (decimal): -3571218 or 15630793. OLE color: 15630793.
HSL color Cylindrical-coordinate representation of color #C981EE: hue angle of 279.63º degrees, saturation: 0.76, 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 #C981EE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 129 | 238 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.63º | 0.76% | 0.72% | - |
| HSV(B) | 279.63º | 0.46% | 0.93% | - |
| XYZ | 47.37 | 34.29 | 85.01 | - |
| YUV | 162.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 238 | 0.16 | 0.46 | 0 | 0.07 | 279.63 | 0.76 | 0.72 |
| Hex | C9 | 81 | EE | 10 | 2E | 0 | 7 | 118 | 4C | 48 |
| Octal | 311 | 201 | 356 | 20 | 56 | 0 | 7 | 430 | 114 | 110 |
| Binary | 11001001 | 10000001 | 11101110 | 10000 | 101110 | 0 | 111 | 100011000 | 1001100 | 1001000 |
Color Harmonies of #C981EE
Complementary color
Monochromatic Colors of #C981EE
Black with #C981EE
Text Example
Text Example
White with #C981EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981EE; }
p { color: rgb(201,129,238); }
H1.HeaderClassName
{
color: #C981EE;
}
.AnyTagClassName
{
color: #C981EE;
}
</style>
background-color css
<style>
a { background-color: #C981EE; }
a { background-color: rgb(201,129,238); }
div.DivClassName
{
background-color: #C981EE;
}
.BgClassName
{
background-color: #C981EE;
}
</style>
border-color css
<style>
span { border-color: #C981EE; }
span { border-color: rgb(201,129,238); }
td.TdClassName
{
border-color: #C981EE;
}
.TagClassName
{
border-color: #C981EE;
}
</style>