Shades of Heliotrope #C981EB
Tints of Heliotrope #C981EB
RGB
CMYK
RGB Variations
Color information
#C981EB (or 0xC981EB) is known color: Heliotrope. HEX triplet: C9, 81 and EB. RGB value is (201,129,235). Sum of RGB (Red+Green+Blue) = 201+129+235=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #C981EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EB is #367E14. Grayscale: #A2A2A2. Windows color (decimal): -3571221 or 15434185. OLE color: 15434185.
HSL color Cylindrical-coordinate representation of color #C981EB: hue angle of 280.75º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C981EB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 129 | 235 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.08 |
| HSL | 280.75º | 0.73% | 0.71% | - |
| HSV(B) | 280.75º | 0.45% | 0.92% | - |
| XYZ | 46.93 | 34.12 | 82.71 | - |
| YUV | 162.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 235 | 0.14 | 0.45 | 0 | 0.08 | 280.75 | 0.73 | 0.71 |
| Hex | C9 | 81 | EB | E | 2D | 0 | 8 | 119 | 49 | 47 |
| Octal | 311 | 201 | 353 | 16 | 55 | 0 | 10 | 431 | 111 | 107 |
| Binary | 11001001 | 10000001 | 11101011 | 1110 | 101101 | 0 | 1000 | 100011001 | 1001001 | 1000111 |
Color Harmonies of #C981EB
Complementary color
Monochromatic Colors of #C981EB
Black with #C981EB
Text Example
Text Example
White with #C981EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981EB; }
p { color: rgb(201,129,235); }
H1.HeaderClassName
{
color: #C981EB;
}
.AnyTagClassName
{
color: #C981EB;
}
</style>
background-color css
<style>
a { background-color: #C981EB; }
a { background-color: rgb(201,129,235); }
div.DivClassName
{
background-color: #C981EB;
}
.BgClassName
{
background-color: #C981EB;
}
</style>
border-color css
<style>
span { border-color: #C981EB; }
span { border-color: rgb(201,129,235); }
td.TdClassName
{
border-color: #C981EB;
}
.TagClassName
{
border-color: #C981EB;
}
</style>