Shades of Heliotrope #C478ED
Tints of Heliotrope #C478ED
RGB
CMYK
RGB Variations
Color information
#C478ED (or 0xC478ED) is known color: Heliotrope. HEX triplet: C4, 78 and ED. RGB value is (196,120,237). Sum of RGB (Red+Green+Blue) = 196+120+237=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C478ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C478ED is #3B8712. Grayscale: #9B9B9B. Windows color (decimal): -3901203 or 15562948. OLE color: 15562948.
HSL color Cylindrical-coordinate representation of color #C478ED: hue angle of 278.97º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C478ED is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 120 | 237 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.07 |
| HSL | 278.97º | 0.76% | 0.7% | - |
| HSV(B) | 278.97º | 0.49% | 0.93% | - |
| XYZ | 44.77 | 31.28 | 83.8 | - |
| YUV | 156.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 237 | 0.17 | 0.49 | 0 | 0.07 | 278.97 | 0.76 | 0.7 |
| Hex | C4 | 78 | ED | 11 | 31 | 0 | 7 | 117 | 4C | 46 |
| Octal | 304 | 170 | 355 | 21 | 61 | 0 | 7 | 427 | 114 | 106 |
| Binary | 11000100 | 1111000 | 11101101 | 10001 | 110001 | 0 | 111 | 100010111 | 1001100 | 1000110 |
Color Harmonies of #C478ED
Complementary color
Monochromatic Colors of #C478ED
Black with #C478ED
Text Example
Text Example
White with #C478ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478ED; }
p { color: rgb(196,120,237); }
H1.HeaderClassName
{
color: #C478ED;
}
.AnyTagClassName
{
color: #C478ED;
}
</style>
background-color css
<style>
a { background-color: #C478ED; }
a { background-color: rgb(196,120,237); }
div.DivClassName
{
background-color: #C478ED;
}
.BgClassName
{
background-color: #C478ED;
}
</style>
border-color css
<style>
span { border-color: #C478ED; }
span { border-color: rgb(196,120,237); }
td.TdClassName
{
border-color: #C478ED;
}
.TagClassName
{
border-color: #C478ED;
}
</style>