Shades of Orchid #C478BA
Tints of Orchid #C478BA
RGB
CMYK
RGB Variations
Color information
#C478BA (or 0xC478BA) is known color: Orchid. HEX triplet: C4, 78 and BA. RGB value is (196,120,186). Sum of RGB (Red+Green+Blue) = 196+120+186=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BA is #3B8745. Grayscale: #969696. Windows color (decimal): -3901254 or 12220612. OLE color: 12220612.
HSL color Cylindrical-coordinate representation of color #C478BA: hue angle of 307.89º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478BA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 186 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.23 |
| HSL | 307.89º | 0.39% | 0.62% | - |
| HSV(B) | 307.89º | 0.39% | 0.77% | - |
| XYZ | 38.34 | 28.71 | 49.98 | - |
| YUV | 150.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 186 | 0 | 0.39 | 0.05 | 0.23 | 307.89 | 0.39 | 0.62 |
| Hex | C4 | 78 | BA | 0 | 27 | 5 | 17 | 134 | 27 | 3E |
| Octal | 304 | 170 | 272 | 0 | 47 | 5 | 27 | 464 | 47 | 76 |
| Binary | 11000100 | 1111000 | 10111010 | 0 | 100111 | 101 | 10111 | 100110100 | 100111 | 111110 |
Color Harmonies of #C478BA
Complementary color
Monochromatic Colors of #C478BA
Black with #C478BA
Text Example
Text Example
White with #C478BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478BA; }
p { color: rgb(196,120,186); }
H1.HeaderClassName
{
color: #C478BA;
}
.AnyTagClassName
{
color: #C478BA;
}
</style>
background-color css
<style>
a { background-color: #C478BA; }
a { background-color: rgb(196,120,186); }
div.DivClassName
{
background-color: #C478BA;
}
.BgClassName
{
background-color: #C478BA;
}
</style>
border-color css
<style>
span { border-color: #C478BA; }
span { border-color: rgb(196,120,186); }
td.TdClassName
{
border-color: #C478BA;
}
.TagClassName
{
border-color: #C478BA;
}
</style>