Shades of Heliotrope #C978E5
Tints of Heliotrope #C978E5
RGB
CMYK
RGB Variations
Color information
#C978E5 (or 0xC978E5) is known color: Heliotrope. HEX triplet: C9, 78 and E5. RGB value is (201,120,229). Sum of RGB (Red+Green+Blue) = 201+120+229=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #C978E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978E5 is #36871A. Grayscale: #9C9C9C. Windows color (decimal): -3573531 or 15038665. OLE color: 15038665.
HSL color Cylindrical-coordinate representation of color #C978E5: hue angle of 284.59º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C978E5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 120 | 229 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.10 |
| HSL | 284.59º | 0.68% | 0.68% | - |
| HSV(B) | 284.59º | 0.48% | 0.9% | - |
| XYZ | 44.95 | 31.51 | 77.84 | - |
| YUV | 156.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 229 | 0.12 | 0.48 | 0 | 0.10 | 284.59 | 0.68 | 0.68 |
| Hex | C9 | 78 | E5 | C | 30 | 0 | A | 11D | 44 | 44 |
| Octal | 311 | 170 | 345 | 14 | 60 | 0 | 12 | 435 | 104 | 104 |
| Binary | 11001001 | 1111000 | 11100101 | 1100 | 110000 | 0 | 1010 | 100011101 | 1000100 | 1000100 |
Color Harmonies of #C978E5
Complementary color
Monochromatic Colors of #C978E5
Black with #C978E5
Text Example
Text Example
White with #C978E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978E5; }
p { color: rgb(201,120,229); }
H1.HeaderClassName
{
color: #C978E5;
}
.AnyTagClassName
{
color: #C978E5;
}
</style>
background-color css
<style>
a { background-color: #C978E5; }
a { background-color: rgb(201,120,229); }
div.DivClassName
{
background-color: #C978E5;
}
.BgClassName
{
background-color: #C978E5;
}
</style>
border-color css
<style>
span { border-color: #C978E5; }
span { border-color: rgb(201,120,229); }
td.TdClassName
{
border-color: #C978E5;
}
.TagClassName
{
border-color: #C978E5;
}
</style>