Shades of Orchid #D47DCB
Tints of Orchid #D47DCB
RGB
CMYK
RGB Variations
Color information
#D47DCB (or 0xD47DCB) is known color: Orchid. HEX triplet: D4, 7D and CB. RGB value is (212,125,203). Sum of RGB (Red+Green+Blue) = 212+125+203=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DCB is #2B8234. Grayscale: #9F9F9F. Windows color (decimal): -2851381 or 13336020. OLE color: 13336020.
HSL color Cylindrical-coordinate representation of color #D47DCB: hue angle of 306.21º 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 #D47DCB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 203 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.17 |
| HSL | 306.21º | 0.5% | 0.66% | - |
| HSV(B) | 306.21º | 0.41% | 0.83% | - |
| XYZ | 45.26 | 32.98 | 60.48 | - |
| YUV | 159.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 203 | 0 | 0.41 | 0.04 | 0.17 | 306.21 | 0.5 | 0.66 |
| Hex | D4 | 7D | CB | 0 | 29 | 4 | 11 | 132 | 32 | 42 |
| Octal | 324 | 175 | 313 | 0 | 51 | 4 | 21 | 462 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11001011 | 0 | 101001 | 100 | 10001 | 100110010 | 110010 | 1000010 |
Color Harmonies of #D47DCB
Complementary color
Monochromatic Colors of #D47DCB
Black with #D47DCB
Text Example
Text Example
White with #D47DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DCB; }
p { color: rgb(212,125,203); }
H1.HeaderClassName
{
color: #D47DCB;
}
.AnyTagClassName
{
color: #D47DCB;
}
</style>
background-color css
<style>
a { background-color: #D47DCB; }
a { background-color: rgb(212,125,203); }
div.DivClassName
{
background-color: #D47DCB;
}
.BgClassName
{
background-color: #D47DCB;
}
</style>
border-color css
<style>
span { border-color: #D47DCB; }
span { border-color: rgb(212,125,203); }
td.TdClassName
{
border-color: #D47DCB;
}
.TagClassName
{
border-color: #D47DCB;
}
</style>