Shades of Orchid #D47ADC
Tints of Orchid #D47ADC
RGB
CMYK
RGB Variations
Color information
#D47ADC (or 0xD47ADC) is known color: Orchid. HEX triplet: D4, 7A and DC. RGB value is (212,122,220). Sum of RGB (Red+Green+Blue) = 212+122+220=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #D47ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ADC is #2B8523. Grayscale: #9F9F9F. Windows color (decimal): -2852132 or 14449364. OLE color: 14449364.
HSL color Cylindrical-coordinate representation of color #D47ADC: hue angle of 295.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47ADC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 122 | 220 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.14 |
| HSL | 295.1º | 0.58% | 0.67% | - |
| HSV(B) | 295.1º | 0.45% | 0.86% | - |
| XYZ | 47.03 | 33.08 | 71.62 | - |
| YUV | 160.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 220 | 0.04 | 0.45 | 0 | 0.14 | 295.1 | 0.58 | 0.67 |
| Hex | D4 | 7A | DC | 4 | 2D | 0 | E | 127 | 3A | 43 |
| Octal | 324 | 172 | 334 | 4 | 55 | 0 | 16 | 447 | 72 | 103 |
| Binary | 11010100 | 1111010 | 11011100 | 100 | 101101 | 0 | 1110 | 100100111 | 111010 | 1000011 |
Color Harmonies of #D47ADC
Complementary color
Monochromatic Colors of #D47ADC
Black with #D47ADC
Text Example
Text Example
White with #D47ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47ADC; }
p { color: rgb(212,122,220); }
H1.HeaderClassName
{
color: #D47ADC;
}
.AnyTagClassName
{
color: #D47ADC;
}
</style>
background-color css
<style>
a { background-color: #D47ADC; }
a { background-color: rgb(212,122,220); }
div.DivClassName
{
background-color: #D47ADC;
}
.BgClassName
{
background-color: #D47ADC;
}
</style>
border-color css
<style>
span { border-color: #D47ADC; }
span { border-color: rgb(212,122,220); }
td.TdClassName
{
border-color: #D47ADC;
}
.TagClassName
{
border-color: #D47ADC;
}
</style>