Shades of Heliotrope #C478E6
Tints of Heliotrope #C478E6
RGB
CMYK
RGB Variations
Color information
#C478E6 (or 0xC478E6) is known color: Heliotrope. HEX triplet: C4, 78 and E6. RGB value is (196,120,230). Sum of RGB (Red+Green+Blue) = 196+120+230=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #C478E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C478E6 is #3B8719. Grayscale: #9A9A9A. Windows color (decimal): -3901210 or 15104196. OLE color: 15104196.
HSL color Cylindrical-coordinate representation of color #C478E6: hue angle of 281.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C478E6 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 120 | 230 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.10 |
| HSL | 281.45º | 0.69% | 0.69% | - |
| HSV(B) | 281.45º | 0.48% | 0.9% | - |
| XYZ | 43.76 | 30.88 | 78.52 | - |
| YUV | 155.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 230 | 0.15 | 0.48 | 0 | 0.10 | 281.45 | 0.69 | 0.69 |
| Hex | C4 | 78 | E6 | F | 30 | 0 | A | 119 | 45 | 45 |
| Octal | 304 | 170 | 346 | 17 | 60 | 0 | 12 | 431 | 105 | 105 |
| Binary | 11000100 | 1111000 | 11100110 | 1111 | 110000 | 0 | 1010 | 100011001 | 1000101 | 1000101 |
Color Harmonies of #C478E6
Complementary color
Monochromatic Colors of #C478E6
Black with #C478E6
Text Example
Text Example
White with #C478E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478E6; }
p { color: rgb(196,120,230); }
H1.HeaderClassName
{
color: #C478E6;
}
.AnyTagClassName
{
color: #C478E6;
}
</style>
background-color css
<style>
a { background-color: #C478E6; }
a { background-color: rgb(196,120,230); }
div.DivClassName
{
background-color: #C478E6;
}
.BgClassName
{
background-color: #C478E6;
}
</style>
border-color css
<style>
span { border-color: #C478E6; }
span { border-color: rgb(196,120,230); }
td.TdClassName
{
border-color: #C478E6;
}
.TagClassName
{
border-color: #C478E6;
}
</style>