Shades of Heliotrope #C978FF
Tints of Heliotrope #C978FF
RGB
CMYK
RGB Variations
Color information
#C978FF (or 0xC978FF) is known color: Heliotrope. HEX triplet: C9, 78 and FF. RGB value is (201,120,255). Sum of RGB (Red+Green+Blue) = 201+120+255=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #C978FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FF is #368700. Grayscale: #9F9F9F. Windows color (decimal): -3573505 or 16742601. OLE color: 16742601.
HSL color Cylindrical-coordinate representation of color #C978FF: hue angle of 276º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C978FF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 120 | 255 | - |
| CMYK | 0.21 | 0.53 | 0 | 0 |
| HSL | 276º | 1% | 0.74% | - |
| HSV(B) | 276º | 0.53% | 1% | - |
| XYZ | 48.85 | 33.07 | 98.42 | - |
| YUV | 159.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 255 | 0.21 | 0.53 | 0 | 0 | 276 | 1 | 0.74 |
| Hex | C9 | 78 | FF | 15 | 35 | 0 | 0 | 114 | 64 | 4A |
| Octal | 311 | 170 | 377 | 25 | 65 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001001 | 1111000 | 11111111 | 10101 | 110101 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #C978FF
Complementary color
Monochromatic Colors of #C978FF
Black with #C978FF
Text Example
Text Example
White with #C978FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978FF; }
p { color: rgb(201,120,255); }
H1.HeaderClassName
{
color: #C978FF;
}
.AnyTagClassName
{
color: #C978FF;
}
</style>
background-color css
<style>
a { background-color: #C978FF; }
a { background-color: rgb(201,120,255); }
div.DivClassName
{
background-color: #C978FF;
}
.BgClassName
{
background-color: #C978FF;
}
</style>
border-color css
<style>
span { border-color: #C978FF; }
span { border-color: rgb(201,120,255); }
td.TdClassName
{
border-color: #C978FF;
}
.TagClassName
{
border-color: #C978FF;
}
</style>