Shades of Heliotrope #C878FD
Tints of Heliotrope #C878FD
RGB
CMYK
RGB Variations
Color information
#C878FD (or 0xC878FD) is known color: Heliotrope. HEX triplet: C8, 78 and FD. RGB value is (200,120,253). Sum of RGB (Red+Green+Blue) = 200+120+253=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #C878FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878FD is #378702. Grayscale: #9E9E9E. Windows color (decimal): -3639043 or 16611528. OLE color: 16611528.
HSL color Cylindrical-coordinate representation of color #C878FD: hue angle of 276.09º 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 #C878FD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 120 | 253 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.01 |
| HSL | 276.09º | 0.97% | 0.73% | - |
| HSV(B) | 276.09º | 0.53% | 0.99% | - |
| XYZ | 48.27 | 32.8 | 96.72 | - |
| YUV | 159.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 253 | 0.21 | 0.53 | 0 | 0.01 | 276.09 | 0.97 | 0.73 |
| Hex | C8 | 78 | FD | 15 | 35 | 0 | 1 | 114 | 61 | 49 |
| Octal | 310 | 170 | 375 | 25 | 65 | 0 | 1 | 424 | 141 | 111 |
| Binary | 11001000 | 1111000 | 11111101 | 10101 | 110101 | 0 | 1 | 100010100 | 1100001 | 1001001 |
Color Harmonies of #C878FD
Complementary color
Monochromatic Colors of #C878FD
Black with #C878FD
Text Example
Text Example
White with #C878FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878FD; }
p { color: rgb(200,120,253); }
H1.HeaderClassName
{
color: #C878FD;
}
.AnyTagClassName
{
color: #C878FD;
}
</style>
background-color css
<style>
a { background-color: #C878FD; }
a { background-color: rgb(200,120,253); }
div.DivClassName
{
background-color: #C878FD;
}
.BgClassName
{
background-color: #C878FD;
}
</style>
border-color css
<style>
span { border-color: #C878FD; }
span { border-color: rgb(200,120,253); }
td.TdClassName
{
border-color: #C878FD;
}
.TagClassName
{
border-color: #C878FD;
}
</style>