Shades of Orchid #D47BCB
Tints of Orchid #D47BCB
RGB
CMYK
RGB Variations
Color information
#D47BCB (or 0xD47BCB) is known color: Orchid. HEX triplet: D4, 7B and CB. RGB value is (212,123,203). Sum of RGB (Red+Green+Blue) = 212+123+203=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BCB is #2B8434. Grayscale: #9E9E9E. Windows color (decimal): -2851893 or 13335508. OLE color: 13335508.
HSL color Cylindrical-coordinate representation of color #D47BCB: hue angle of 306.07º 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 #D47BCB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 203 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.17 |
| HSL | 306.07º | 0.51% | 0.66% | - |
| HSV(B) | 306.07º | 0.42% | 0.83% | - |
| XYZ | 45.01 | 32.47 | 60.4 | - |
| YUV | 158.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 203 | 0 | 0.42 | 0.04 | 0.17 | 306.07 | 0.51 | 0.66 |
| Hex | D4 | 7B | CB | 0 | 2A | 4 | 11 | 132 | 33 | 42 |
| Octal | 324 | 173 | 313 | 0 | 52 | 4 | 21 | 462 | 63 | 102 |
| Binary | 11010100 | 1111011 | 11001011 | 0 | 101010 | 100 | 10001 | 100110010 | 110011 | 1000010 |
Color Harmonies of #D47BCB
Complementary color
Monochromatic Colors of #D47BCB
Black with #D47BCB
Text Example
Text Example
White with #D47BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BCB; }
p { color: rgb(212,123,203); }
H1.HeaderClassName
{
color: #D47BCB;
}
.AnyTagClassName
{
color: #D47BCB;
}
</style>
background-color css
<style>
a { background-color: #D47BCB; }
a { background-color: rgb(212,123,203); }
div.DivClassName
{
background-color: #D47BCB;
}
.BgClassName
{
background-color: #D47BCB;
}
</style>
border-color css
<style>
span { border-color: #D47BCB; }
span { border-color: rgb(212,123,203); }
td.TdClassName
{
border-color: #D47BCB;
}
.TagClassName
{
border-color: #D47BCB;
}
</style>