Shades of Orchid #D476BD
Tints of Orchid #D476BD
RGB
CMYK
RGB Variations
Color information
#D476BD (or 0xD476BD) is known color: Orchid. HEX triplet: D4, 76 and BD. RGB value is (212,118,189). Sum of RGB (Red+Green+Blue) = 212+118+189=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D476BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476BD is #2B8942. Grayscale: #9A9A9A. Windows color (decimal): -2853187 or 12416724. OLE color: 12416724.
HSL color Cylindrical-coordinate representation of color #D476BD: hue angle of 314.68º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476BD is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 189 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.17 |
| HSL | 314.68º | 0.52% | 0.65% | - |
| HSV(B) | 314.68º | 0.44% | 0.83% | - |
| XYZ | 42.82 | 30.63 | 51.8 | - |
| YUV | 154.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 189 | 0 | 0.44 | 0.11 | 0.17 | 314.68 | 0.52 | 0.65 |
| Hex | D4 | 76 | BD | 0 | 2C | B | 11 | 13B | 34 | 41 |
| Octal | 324 | 166 | 275 | 0 | 54 | 13 | 21 | 473 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10111101 | 0 | 101100 | 1011 | 10001 | 100111011 | 110100 | 1000001 |
Color Harmonies of #D476BD
Complementary color
Monochromatic Colors of #D476BD
Black with #D476BD
Text Example
Text Example
White with #D476BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476BD; }
p { color: rgb(212,118,189); }
H1.HeaderClassName
{
color: #D476BD;
}
.AnyTagClassName
{
color: #D476BD;
}
</style>
background-color css
<style>
a { background-color: #D476BD; }
a { background-color: rgb(212,118,189); }
div.DivClassName
{
background-color: #D476BD;
}
.BgClassName
{
background-color: #D476BD;
}
</style>
border-color css
<style>
span { border-color: #D476BD; }
span { border-color: rgb(212,118,189); }
td.TdClassName
{
border-color: #D476BD;
}
.TagClassName
{
border-color: #D476BD;
}
</style>