Shades of Orchid #D47ACB
Tints of Orchid #D47ACB
RGB
CMYK
RGB Variations
Color information
#D47ACB (or 0xD47ACB) is known color: Orchid. HEX triplet: D4, 7A and CB. RGB value is (212,122,203). Sum of RGB (Red+Green+Blue) = 212+122+203=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ACB is #2B8534. Grayscale: #9D9D9D. Windows color (decimal): -2852149 or 13335252. OLE color: 13335252.
HSL color Cylindrical-coordinate representation of color #D47ACB: hue angle of 306º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47ACB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 203 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.17 |
| HSL | 306º | 0.51% | 0.65% | - |
| HSV(B) | 306º | 0.42% | 0.83% | - |
| XYZ | 44.89 | 32.23 | 60.35 | - |
| YUV | 158.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 203 | 0 | 0.42 | 0.04 | 0.17 | 306 | 0.51 | 0.65 |
| Hex | D4 | 7A | CB | 0 | 2A | 4 | 11 | 132 | 33 | 41 |
| Octal | 324 | 172 | 313 | 0 | 52 | 4 | 21 | 462 | 63 | 101 |
| Binary | 11010100 | 1111010 | 11001011 | 0 | 101010 | 100 | 10001 | 100110010 | 110011 | 1000001 |
Color Harmonies of #D47ACB
Complementary color
Monochromatic Colors of #D47ACB
Black with #D47ACB
Text Example
Text Example
White with #D47ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47ACB; }
p { color: rgb(212,122,203); }
H1.HeaderClassName
{
color: #D47ACB;
}
.AnyTagClassName
{
color: #D47ACB;
}
</style>
background-color css
<style>
a { background-color: #D47ACB; }
a { background-color: rgb(212,122,203); }
div.DivClassName
{
background-color: #D47ACB;
}
.BgClassName
{
background-color: #D47ACB;
}
</style>
border-color css
<style>
span { border-color: #D47ACB; }
span { border-color: rgb(212,122,203); }
td.TdClassName
{
border-color: #D47ACB;
}
.TagClassName
{
border-color: #D47ACB;
}
</style>