Shades of Heliotrope #C978FE
Tints of Heliotrope #C978FE
RGB
CMYK
RGB Variations
Color information
#C978FE (or 0xC978FE) is known color: Heliotrope. HEX triplet: C9, 78 and FE. RGB value is (201,120,254). Sum of RGB (Red+Green+Blue) = 201+120+254=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #C978FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FE is #368701. Grayscale: #9F9F9F. Windows color (decimal): -3573506 or 16677065. OLE color: 16677065.
HSL color Cylindrical-coordinate representation of color #C978FE: hue angle of 276.27º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C978FE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 120 | 254 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.00 |
| HSL | 276.27º | 0.99% | 0.73% | - |
| HSV(B) | 276.27º | 0.53% | 1% | - |
| XYZ | 48.69 | 33.01 | 97.57 | - |
| YUV | 159.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 254 | 0.21 | 0.53 | 0 | 0.00 | 276.27 | 0.99 | 0.73 |
| Hex | C9 | 78 | FE | 15 | 35 | 0 | 0 | 114 | 63 | 49 |
| Octal | 311 | 170 | 376 | 25 | 65 | 0 | 0 | 424 | 143 | 111 |
| Binary | 11001001 | 1111000 | 11111110 | 10101 | 110101 | 0 | 0 | 100010100 | 1100011 | 1001001 |
Color Harmonies of #C978FE
Complementary color
Monochromatic Colors of #C978FE
Black with #C978FE
Text Example
Text Example
White with #C978FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978FE; }
p { color: rgb(201,120,254); }
H1.HeaderClassName
{
color: #C978FE;
}
.AnyTagClassName
{
color: #C978FE;
}
</style>
background-color css
<style>
a { background-color: #C978FE; }
a { background-color: rgb(201,120,254); }
div.DivClassName
{
background-color: #C978FE;
}
.BgClassName
{
background-color: #C978FE;
}
</style>
border-color css
<style>
span { border-color: #C978FE; }
span { border-color: rgb(201,120,254); }
td.TdClassName
{
border-color: #C978FE;
}
.TagClassName
{
border-color: #C978FE;
}
</style>