Shades of Orchid #D47CDC
Tints of Orchid #D47CDC
RGB
CMYK
RGB Variations
Color information
#D47CDC (or 0xD47CDC) is known color: Orchid. HEX triplet: D4, 7C and DC. RGB value is (212,124,220). Sum of RGB (Red+Green+Blue) = 212+124+220=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D47CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CDC is #2B8323. Grayscale: #A0A0A0. Windows color (decimal): -2851620 or 14449876. OLE color: 14449876.
HSL color Cylindrical-coordinate representation of color #D47CDC: hue angle of 295º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47CDC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 124 | 220 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.14 |
| HSL | 295º | 0.58% | 0.67% | - |
| HSV(B) | 295º | 0.44% | 0.86% | - |
| XYZ | 47.28 | 33.58 | 71.7 | - |
| YUV | 161.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 220 | 0.04 | 0.44 | 0 | 0.14 | 295 | 0.58 | 0.67 |
| Hex | D4 | 7C | DC | 4 | 2C | 0 | E | 127 | 3A | 43 |
| Octal | 324 | 174 | 334 | 4 | 54 | 0 | 16 | 447 | 72 | 103 |
| Binary | 11010100 | 1111100 | 11011100 | 100 | 101100 | 0 | 1110 | 100100111 | 111010 | 1000011 |
Color Harmonies of #D47CDC
Complementary color
Monochromatic Colors of #D47CDC
Black with #D47CDC
Text Example
Text Example
White with #D47CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CDC; }
p { color: rgb(212,124,220); }
H1.HeaderClassName
{
color: #D47CDC;
}
.AnyTagClassName
{
color: #D47CDC;
}
</style>
background-color css
<style>
a { background-color: #D47CDC; }
a { background-color: rgb(212,124,220); }
div.DivClassName
{
background-color: #D47CDC;
}
.BgClassName
{
background-color: #D47CDC;
}
</style>
border-color css
<style>
span { border-color: #D47CDC; }
span { border-color: rgb(212,124,220); }
td.TdClassName
{
border-color: #D47CDC;
}
.TagClassName
{
border-color: #D47CDC;
}
</style>