Shades of Orchid #D47BCD
Tints of Orchid #D47BCD
RGB
CMYK
RGB Variations
Color information
#D47BCD (or 0xD47BCD) is known color: Orchid. HEX triplet: D4, 7B and CD. RGB value is (212,123,205). Sum of RGB (Red+Green+Blue) = 212+123+205=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BCD is #2B8432. Grayscale: #9E9E9E. Windows color (decimal): -2851891 or 13466580. OLE color: 13466580.
HSL color Cylindrical-coordinate representation of color #D47BCD: hue angle of 304.72º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47BCD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 205 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.17 |
| HSL | 304.72º | 0.51% | 0.66% | - |
| HSV(B) | 304.72º | 0.42% | 0.83% | - |
| XYZ | 45.25 | 32.57 | 61.66 | - |
| YUV | 158.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 205 | 0 | 0.42 | 0.03 | 0.17 | 304.72 | 0.51 | 0.66 |
| Hex | D4 | 7B | CD | 0 | 2A | 3 | 11 | 131 | 33 | 42 |
| Octal | 324 | 173 | 315 | 0 | 52 | 3 | 21 | 461 | 63 | 102 |
| Binary | 11010100 | 1111011 | 11001101 | 0 | 101010 | 11 | 10001 | 100110001 | 110011 | 1000010 |
Color Harmonies of #D47BCD
Complementary color
Monochromatic Colors of #D47BCD
Black with #D47BCD
Text Example
Text Example
White with #D47BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BCD; }
p { color: rgb(212,123,205); }
H1.HeaderClassName
{
color: #D47BCD;
}
.AnyTagClassName
{
color: #D47BCD;
}
</style>
background-color css
<style>
a { background-color: #D47BCD; }
a { background-color: rgb(212,123,205); }
div.DivClassName
{
background-color: #D47BCD;
}
.BgClassName
{
background-color: #D47BCD;
}
</style>
border-color css
<style>
span { border-color: #D47BCD; }
span { border-color: rgb(212,123,205); }
td.TdClassName
{
border-color: #D47BCD;
}
.TagClassName
{
border-color: #D47BCD;
}
</style>