Shades of Orchid #D478BA
Tints of Orchid #D478BA
RGB
CMYK
RGB Variations
Color information
#D478BA (or 0xD478BA) is known color: Orchid. HEX triplet: D4, 78 and BA. RGB value is (212,120,186). Sum of RGB (Red+Green+Blue) = 212+120+186=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D478BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478BA is #2B8745. Grayscale: #9A9A9A. Windows color (decimal): -2852678 or 12220628. OLE color: 12220628.
HSL color Cylindrical-coordinate representation of color #D478BA: hue angle of 316.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D478BA is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 186 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.17 |
| HSL | 316.96º | 0.52% | 0.65% | - |
| HSV(B) | 316.96º | 0.43% | 0.83% | - |
| XYZ | 42.73 | 30.98 | 50.18 | - |
| YUV | 155.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 186 | 0 | 0.43 | 0.12 | 0.17 | 316.96 | 0.52 | 0.65 |
| Hex | D4 | 78 | BA | 0 | 2B | C | 11 | 13D | 34 | 41 |
| Octal | 324 | 170 | 272 | 0 | 53 | 14 | 21 | 475 | 64 | 101 |
| Binary | 11010100 | 1111000 | 10111010 | 0 | 101011 | 1100 | 10001 | 100111101 | 110100 | 1000001 |
Color Harmonies of #D478BA
Complementary color
Monochromatic Colors of #D478BA
Black with #D478BA
Text Example
Text Example
White with #D478BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478BA; }
p { color: rgb(212,120,186); }
H1.HeaderClassName
{
color: #D478BA;
}
.AnyTagClassName
{
color: #D478BA;
}
</style>
background-color css
<style>
a { background-color: #D478BA; }
a { background-color: rgb(212,120,186); }
div.DivClassName
{
background-color: #D478BA;
}
.BgClassName
{
background-color: #D478BA;
}
</style>
border-color css
<style>
span { border-color: #D478BA; }
span { border-color: rgb(212,120,186); }
td.TdClassName
{
border-color: #D478BA;
}
.TagClassName
{
border-color: #D478BA;
}
</style>