Shades of Orchid #D47DE6
Tints of Orchid #D47DE6
RGB
CMYK
RGB Variations
Color information
#D47DE6 (or 0xD47DE6) is known color: Orchid. HEX triplet: D4, 7D and E6. RGB value is (212,125,230). Sum of RGB (Red+Green+Blue) = 212+125+230=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #D47DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47DE6 is #2B8219. Grayscale: #A2A2A2. Windows color (decimal): -2851354 or 15105492. OLE color: 15105492.
HSL color Cylindrical-coordinate representation of color #D47DE6: hue angle of 289.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47DE6 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 125 | 230 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.10 |
| HSL | 289.71º | 0.68% | 0.7% | - |
| HSV(B) | 289.71º | 0.46% | 0.9% | - |
| XYZ | 48.77 | 34.38 | 78.93 | - |
| YUV | 162.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 230 | 0.08 | 0.46 | 0 | 0.10 | 289.71 | 0.68 | 0.7 |
| Hex | D4 | 7D | E6 | 8 | 2E | 0 | A | 122 | 44 | 46 |
| Octal | 324 | 175 | 346 | 10 | 56 | 0 | 12 | 442 | 104 | 106 |
| Binary | 11010100 | 1111101 | 11100110 | 1000 | 101110 | 0 | 1010 | 100100010 | 1000100 | 1000110 |
Color Harmonies of #D47DE6
Complementary color
Monochromatic Colors of #D47DE6
Black with #D47DE6
Text Example
Text Example
White with #D47DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DE6; }
p { color: rgb(212,125,230); }
H1.HeaderClassName
{
color: #D47DE6;
}
.AnyTagClassName
{
color: #D47DE6;
}
</style>
background-color css
<style>
a { background-color: #D47DE6; }
a { background-color: rgb(212,125,230); }
div.DivClassName
{
background-color: #D47DE6;
}
.BgClassName
{
background-color: #D47DE6;
}
</style>
border-color css
<style>
span { border-color: #D47DE6; }
span { border-color: rgb(212,125,230); }
td.TdClassName
{
border-color: #D47DE6;
}
.TagClassName
{
border-color: #D47DE6;
}
</style>