Shades of Heliotrope #C978FD
Tints of Heliotrope #C978FD
RGB
CMYK
RGB Variations
Color information
#C978FD (or 0xC978FD) is known color: Heliotrope. HEX triplet: C9, 78 and FD. RGB value is (201,120,253). Sum of RGB (Red+Green+Blue) = 201+120+253=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #C978FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FD is #368702. Grayscale: #9E9E9E. Windows color (decimal): -3573507 or 16611529. OLE color: 16611529.
HSL color Cylindrical-coordinate representation of color #C978FD: hue angle of 276.54º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C978FD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 120 | 253 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.01 |
| HSL | 276.54º | 0.97% | 0.73% | - |
| HSV(B) | 276.54º | 0.53% | 0.99% | - |
| XYZ | 48.53 | 32.94 | 96.73 | - |
| YUV | 159.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 253 | 0.21 | 0.53 | 0 | 0.01 | 276.54 | 0.97 | 0.73 |
| Hex | C9 | 78 | FD | 15 | 35 | 0 | 1 | 115 | 61 | 49 |
| Octal | 311 | 170 | 375 | 25 | 65 | 0 | 1 | 425 | 141 | 111 |
| Binary | 11001001 | 1111000 | 11111101 | 10101 | 110101 | 0 | 1 | 100010101 | 1100001 | 1001001 |
Color Harmonies of #C978FD
Complementary color
Monochromatic Colors of #C978FD
Black with #C978FD
Text Example
Text Example
White with #C978FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978FD; }
p { color: rgb(201,120,253); }
H1.HeaderClassName
{
color: #C978FD;
}
.AnyTagClassName
{
color: #C978FD;
}
</style>
background-color css
<style>
a { background-color: #C978FD; }
a { background-color: rgb(201,120,253); }
div.DivClassName
{
background-color: #C978FD;
}
.BgClassName
{
background-color: #C978FD;
}
</style>
border-color css
<style>
span { border-color: #C978FD; }
span { border-color: rgb(201,120,253); }
td.TdClassName
{
border-color: #C978FD;
}
.TagClassName
{
border-color: #C978FD;
}
</style>