Shades of Orchid #D47FDA
Tints of Orchid #D47FDA
RGB
CMYK
RGB Variations
Color information
#D47FDA (or 0xD47FDA) is known color: Orchid. HEX triplet: D4, 7F and DA. RGB value is (212,127,218). Sum of RGB (Red+Green+Blue) = 212+127+218=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #D47FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FDA is #2B8025. Grayscale: #A2A2A2. Windows color (decimal): -2850854 or 14319572. OLE color: 14319572.
HSL color Cylindrical-coordinate representation of color #D47FDA: hue angle of 296.04º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47FDA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 127 | 218 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.15 |
| HSL | 296.04º | 0.55% | 0.68% | - |
| HSV(B) | 296.04º | 0.42% | 0.85% | - |
| XYZ | 47.4 | 34.24 | 70.44 | - |
| YUV | 162.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 218 | 0.03 | 0.42 | 0 | 0.15 | 296.04 | 0.55 | 0.68 |
| Hex | D4 | 7F | DA | 3 | 2A | 0 | F | 128 | 37 | 44 |
| Octal | 324 | 177 | 332 | 3 | 52 | 0 | 17 | 450 | 67 | 104 |
| Binary | 11010100 | 1111111 | 11011010 | 11 | 101010 | 0 | 1111 | 100101000 | 110111 | 1000100 |
Color Harmonies of #D47FDA
Complementary color
Monochromatic Colors of #D47FDA
Black with #D47FDA
Text Example
Text Example
White with #D47FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FDA; }
p { color: rgb(212,127,218); }
H1.HeaderClassName
{
color: #D47FDA;
}
.AnyTagClassName
{
color: #D47FDA;
}
</style>
background-color css
<style>
a { background-color: #D47FDA; }
a { background-color: rgb(212,127,218); }
div.DivClassName
{
background-color: #D47FDA;
}
.BgClassName
{
background-color: #D47FDA;
}
</style>
border-color css
<style>
span { border-color: #D47FDA; }
span { border-color: rgb(212,127,218); }
td.TdClassName
{
border-color: #D47FDA;
}
.TagClassName
{
border-color: #D47FDA;
}
</style>