Shades of Heliotrope #C878F5
Tints of Heliotrope #C878F5
RGB
CMYK
RGB Variations
Color information
#C878F5 (or 0xC878F5) is known color: Heliotrope. HEX triplet: C8, 78 and F5. RGB value is (200,120,245). Sum of RGB (Red+Green+Blue) = 200+120+245=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #C878F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878F5 is #37870A. Grayscale: #9D9D9D. Windows color (decimal): -3639051 or 16087240. OLE color: 16087240.
HSL color Cylindrical-coordinate representation of color #C878F5: hue angle of 278.4º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C878F5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 120 | 245 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.04 |
| HSL | 278.4º | 0.86% | 0.72% | - |
| HSV(B) | 278.4º | 0.51% | 0.96% | - |
| XYZ | 47.02 | 32.3 | 90.14 | - |
| YUV | 158.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 245 | 0.18 | 0.51 | 0 | 0.04 | 278.4 | 0.86 | 0.72 |
| Hex | C8 | 78 | F5 | 12 | 33 | 0 | 4 | 116 | 56 | 48 |
| Octal | 310 | 170 | 365 | 22 | 63 | 0 | 4 | 426 | 126 | 110 |
| Binary | 11001000 | 1111000 | 11110101 | 10010 | 110011 | 0 | 100 | 100010110 | 1010110 | 1001000 |
Color Harmonies of #C878F5
Complementary color
Monochromatic Colors of #C878F5
Black with #C878F5
Text Example
Text Example
White with #C878F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878F5; }
p { color: rgb(200,120,245); }
H1.HeaderClassName
{
color: #C878F5;
}
.AnyTagClassName
{
color: #C878F5;
}
</style>
background-color css
<style>
a { background-color: #C878F5; }
a { background-color: rgb(200,120,245); }
div.DivClassName
{
background-color: #C878F5;
}
.BgClassName
{
background-color: #C878F5;
}
</style>
border-color css
<style>
span { border-color: #C878F5; }
span { border-color: rgb(200,120,245); }
td.TdClassName
{
border-color: #C878F5;
}
.TagClassName
{
border-color: #C878F5;
}
</style>