Shades of Heliotrope #C978EB
Tints of Heliotrope #C978EB
RGB
CMYK
RGB Variations
Color information
#C978EB (or 0xC978EB) is known color: Heliotrope. HEX triplet: C9, 78 and EB. RGB value is (201,120,235). Sum of RGB (Red+Green+Blue) = 201+120+235=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #C978EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978EB is #368714. Grayscale: #9C9C9C. Windows color (decimal): -3573525 or 15431881. OLE color: 15431881.
HSL color Cylindrical-coordinate representation of color #C978EB: hue angle of 282.26º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C978EB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 120 | 235 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.08 |
| HSL | 282.26º | 0.74% | 0.7% | - |
| HSV(B) | 282.26º | 0.49% | 0.92% | - |
| XYZ | 45.8 | 31.85 | 82.33 | - |
| YUV | 157.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 235 | 0.14 | 0.49 | 0 | 0.08 | 282.26 | 0.74 | 0.7 |
| Hex | C9 | 78 | EB | E | 31 | 0 | 8 | 11A | 4A | 46 |
| Octal | 311 | 170 | 353 | 16 | 61 | 0 | 10 | 432 | 112 | 106 |
| Binary | 11001001 | 1111000 | 11101011 | 1110 | 110001 | 0 | 1000 | 100011010 | 1001010 | 1000110 |
Color Harmonies of #C978EB
Complementary color
Monochromatic Colors of #C978EB
Black with #C978EB
Text Example
Text Example
White with #C978EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978EB; }
p { color: rgb(201,120,235); }
H1.HeaderClassName
{
color: #C978EB;
}
.AnyTagClassName
{
color: #C978EB;
}
</style>
background-color css
<style>
a { background-color: #C978EB; }
a { background-color: rgb(201,120,235); }
div.DivClassName
{
background-color: #C978EB;
}
.BgClassName
{
background-color: #C978EB;
}
</style>
border-color css
<style>
span { border-color: #C978EB; }
span { border-color: rgb(201,120,235); }
td.TdClassName
{
border-color: #C978EB;
}
.TagClassName
{
border-color: #C978EB;
}
</style>