Shades of Orchid #D47CCD
Tints of Orchid #D47CCD
RGB
CMYK
RGB Variations
Color information
#D47CCD (or 0xD47CCD) is known color: Orchid. HEX triplet: D4, 7C and CD. RGB value is (212,124,205). Sum of RGB (Red+Green+Blue) = 212+124+205=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CCD is #2B8332. Grayscale: #9F9F9F. Windows color (decimal): -2851635 or 13466836. OLE color: 13466836.
HSL color Cylindrical-coordinate representation of color #D47CCD: hue angle of 304.77º 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 #D47CCD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 205 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.17 |
| HSL | 304.77º | 0.51% | 0.66% | - |
| HSV(B) | 304.77º | 0.42% | 0.83% | - |
| XYZ | 45.38 | 32.82 | 61.7 | - |
| YUV | 159.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 205 | 0 | 0.42 | 0.03 | 0.17 | 304.77 | 0.51 | 0.66 |
| Hex | D4 | 7C | CD | 0 | 2A | 3 | 11 | 131 | 33 | 42 |
| Octal | 324 | 174 | 315 | 0 | 52 | 3 | 21 | 461 | 63 | 102 |
| Binary | 11010100 | 1111100 | 11001101 | 0 | 101010 | 11 | 10001 | 100110001 | 110011 | 1000010 |
Color Harmonies of #D47CCD
Complementary color
Monochromatic Colors of #D47CCD
Black with #D47CCD
Text Example
Text Example
White with #D47CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47CCD; }
p { color: rgb(212,124,205); }
H1.HeaderClassName
{
color: #D47CCD;
}
.AnyTagClassName
{
color: #D47CCD;
}
</style>
background-color css
<style>
a { background-color: #D47CCD; }
a { background-color: rgb(212,124,205); }
div.DivClassName
{
background-color: #D47CCD;
}
.BgClassName
{
background-color: #D47CCD;
}
</style>
border-color css
<style>
span { border-color: #D47CCD; }
span { border-color: rgb(212,124,205); }
td.TdClassName
{
border-color: #D47CCD;
}
.TagClassName
{
border-color: #D47CCD;
}
</style>