Shades of Orchid #D47DE3
Tints of Orchid #D47DE3
RGB
CMYK
RGB Variations
Color information
#D47DE3 (or 0xD47DE3) is known color: Orchid. HEX triplet: D4, 7D and E3. RGB value is (212,125,227). Sum of RGB (Red+Green+Blue) = 212+125+227=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #D47DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DE3 is #2B821C. Grayscale: #A2A2A2. Windows color (decimal): -2851357 or 14908884. OLE color: 14908884.
HSL color Cylindrical-coordinate representation of color #D47DE3: hue angle of 291.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47DE3 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 125 | 227 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.11 |
| HSL | 291.18º | 0.65% | 0.69% | - |
| HSV(B) | 291.18º | 0.45% | 0.89% | - |
| XYZ | 48.35 | 34.21 | 76.73 | - |
| YUV | 162.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 227 | 0.07 | 0.45 | 0 | 0.11 | 291.18 | 0.65 | 0.69 |
| Hex | D4 | 7D | E3 | 7 | 2D | 0 | B | 123 | 41 | 45 |
| Octal | 324 | 175 | 343 | 7 | 55 | 0 | 13 | 443 | 101 | 105 |
| Binary | 11010100 | 1111101 | 11100011 | 111 | 101101 | 0 | 1011 | 100100011 | 1000001 | 1000101 |
Color Harmonies of #D47DE3
Complementary color
Monochromatic Colors of #D47DE3
Black with #D47DE3
Text Example
Text Example
White with #D47DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DE3; }
p { color: rgb(212,125,227); }
H1.HeaderClassName
{
color: #D47DE3;
}
.AnyTagClassName
{
color: #D47DE3;
}
</style>
background-color css
<style>
a { background-color: #D47DE3; }
a { background-color: rgb(212,125,227); }
div.DivClassName
{
background-color: #D47DE3;
}
.BgClassName
{
background-color: #D47DE3;
}
</style>
border-color css
<style>
span { border-color: #D47DE3; }
span { border-color: rgb(212,125,227); }
td.TdClassName
{
border-color: #D47DE3;
}
.TagClassName
{
border-color: #D47DE3;
}
</style>