Shades of Orchid #D47DD2
Tints of Orchid #D47DD2
RGB
CMYK
RGB Variations
Color information
#D47DD2 (or 0xD47DD2) is known color: Orchid. HEX triplet: D4, 7D and D2. RGB value is (212,125,210). Sum of RGB (Red+Green+Blue) = 212+125+210=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DD2 is #2B822D. Grayscale: #A0A0A0. Windows color (decimal): -2851374 or 13794772. OLE color: 13794772.
HSL color Cylindrical-coordinate representation of color #D47DD2: hue angle of 301.38º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47DD2 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 210 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.17 |
| HSL | 301.38º | 0.5% | 0.66% | - |
| HSV(B) | 301.38º | 0.41% | 0.83% | - |
| XYZ | 46.12 | 33.32 | 64.97 | - |
| YUV | 160.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 210 | 0 | 0.41 | 0.01 | 0.17 | 301.38 | 0.5 | 0.66 |
| Hex | D4 | 7D | D2 | 0 | 29 | 1 | 11 | 12D | 32 | 42 |
| Octal | 324 | 175 | 322 | 0 | 51 | 1 | 21 | 455 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11010010 | 0 | 101001 | 1 | 10001 | 100101101 | 110010 | 1000010 |
Color Harmonies of #D47DD2
Complementary color
Monochromatic Colors of #D47DD2
Black with #D47DD2
Text Example
Text Example
White with #D47DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DD2; }
p { color: rgb(212,125,210); }
H1.HeaderClassName
{
color: #D47DD2;
}
.AnyTagClassName
{
color: #D47DD2;
}
</style>
background-color css
<style>
a { background-color: #D47DD2; }
a { background-color: rgb(212,125,210); }
div.DivClassName
{
background-color: #D47DD2;
}
.BgClassName
{
background-color: #D47DD2;
}
</style>
border-color css
<style>
span { border-color: #D47DD2; }
span { border-color: rgb(212,125,210); }
td.TdClassName
{
border-color: #D47DD2;
}
.TagClassName
{
border-color: #D47DD2;
}
</style>