Shades of Heliotrope #C978EF
Tints of Heliotrope #C978EF
RGB
CMYK
RGB Variations
Color information
#C978EF (or 0xC978EF) is known color: Heliotrope. HEX triplet: C9, 78 and EF. RGB value is (201,120,239). Sum of RGB (Red+Green+Blue) = 201+120+239=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #C978EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978EF is #368710. Grayscale: #9D9D9D. Windows color (decimal): -3573521 or 15694025. OLE color: 15694025.
HSL color Cylindrical-coordinate representation of color #C978EF: hue angle of 280.84º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C978EF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 120 | 239 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.06 |
| HSL | 280.84º | 0.79% | 0.7% | - |
| HSV(B) | 280.84º | 0.5% | 0.94% | - |
| XYZ | 46.38 | 32.08 | 85.41 | - |
| YUV | 157.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 239 | 0.16 | 0.50 | 0 | 0.06 | 280.84 | 0.79 | 0.7 |
| Hex | C9 | 78 | EF | 10 | 32 | 0 | 6 | 119 | 4F | 46 |
| Octal | 311 | 170 | 357 | 20 | 62 | 0 | 6 | 431 | 117 | 106 |
| Binary | 11001001 | 1111000 | 11101111 | 10000 | 110010 | 0 | 110 | 100011001 | 1001111 | 1000110 |
Color Harmonies of #C978EF
Complementary color
Monochromatic Colors of #C978EF
Black with #C978EF
Text Example
Text Example
White with #C978EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978EF; }
p { color: rgb(201,120,239); }
H1.HeaderClassName
{
color: #C978EF;
}
.AnyTagClassName
{
color: #C978EF;
}
</style>
background-color css
<style>
a { background-color: #C978EF; }
a { background-color: rgb(201,120,239); }
div.DivClassName
{
background-color: #C978EF;
}
.BgClassName
{
background-color: #C978EF;
}
</style>
border-color css
<style>
span { border-color: #C978EF; }
span { border-color: rgb(201,120,239); }
td.TdClassName
{
border-color: #C978EF;
}
.TagClassName
{
border-color: #C978EF;
}
</style>