Shades of Orchid #D47FD2
Tints of Orchid #D47FD2
RGB
CMYK
RGB Variations
Color information
#D47FD2 (or 0xD47FD2) is known color: Orchid. HEX triplet: D4, 7F and D2. RGB value is (212,127,210). Sum of RGB (Red+Green+Blue) = 212+127+210=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FD2 is #2B802D. Grayscale: #A1A1A1. Windows color (decimal): -2850862 or 13795284. OLE color: 13795284.
HSL color Cylindrical-coordinate representation of color #D47FD2: hue angle of 301.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FD2 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 210 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.17 |
| HSL | 301.41º | 0.5% | 0.66% | - |
| HSV(B) | 301.41º | 0.4% | 0.83% | - |
| XYZ | 46.37 | 33.83 | 65.06 | - |
| YUV | 161.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 210 | 0 | 0.40 | 0.01 | 0.17 | 301.41 | 0.5 | 0.66 |
| Hex | D4 | 7F | D2 | 0 | 28 | 1 | 11 | 12D | 32 | 42 |
| Octal | 324 | 177 | 322 | 0 | 50 | 1 | 21 | 455 | 62 | 102 |
| Binary | 11010100 | 1111111 | 11010010 | 0 | 101000 | 1 | 10001 | 100101101 | 110010 | 1000010 |
Color Harmonies of #D47FD2
Complementary color
Monochromatic Colors of #D47FD2
Black with #D47FD2
Text Example
Text Example
White with #D47FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FD2; }
p { color: rgb(212,127,210); }
H1.HeaderClassName
{
color: #D47FD2;
}
.AnyTagClassName
{
color: #D47FD2;
}
</style>
background-color css
<style>
a { background-color: #D47FD2; }
a { background-color: rgb(212,127,210); }
div.DivClassName
{
background-color: #D47FD2;
}
.BgClassName
{
background-color: #D47FD2;
}
</style>
border-color css
<style>
span { border-color: #D47FD2; }
span { border-color: rgb(212,127,210); }
td.TdClassName
{
border-color: #D47FD2;
}
.TagClassName
{
border-color: #D47FD2;
}
</style>