Shades of Orchid #D47DC2
Tints of Orchid #D47DC2
RGB
CMYK
RGB Variations
Color information
#D47DC2 (or 0xD47DC2) is known color: Orchid. HEX triplet: D4, 7D and C2. RGB value is (212,125,194). Sum of RGB (Red+Green+Blue) = 212+125+194=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC2 is #2B823D. Grayscale: #9E9E9E. Windows color (decimal): -2851390 or 12746196. OLE color: 12746196.
HSL color Cylindrical-coordinate representation of color #D47DC2: hue angle of 312.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47DC2 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 194 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.17 |
| HSL | 312.41º | 0.5% | 0.66% | - |
| HSV(B) | 312.41º | 0.41% | 0.83% | - |
| XYZ | 44.22 | 32.56 | 54.99 | - |
| YUV | 158.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 194 | 0 | 0.41 | 0.08 | 0.17 | 312.41 | 0.5 | 0.66 |
| Hex | D4 | 7D | C2 | 0 | 29 | 8 | 11 | 138 | 32 | 42 |
| Octal | 324 | 175 | 302 | 0 | 51 | 10 | 21 | 470 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11000010 | 0 | 101001 | 1000 | 10001 | 100111000 | 110010 | 1000010 |
Color Harmonies of #D47DC2
Complementary color
Monochromatic Colors of #D47DC2
Black with #D47DC2
Text Example
Text Example
White with #D47DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DC2; }
p { color: rgb(212,125,194); }
H1.HeaderClassName
{
color: #D47DC2;
}
.AnyTagClassName
{
color: #D47DC2;
}
</style>
background-color css
<style>
a { background-color: #D47DC2; }
a { background-color: rgb(212,125,194); }
div.DivClassName
{
background-color: #D47DC2;
}
.BgClassName
{
background-color: #D47DC2;
}
</style>
border-color css
<style>
span { border-color: #D47DC2; }
span { border-color: rgb(212,125,194); }
td.TdClassName
{
border-color: #D47DC2;
}
.TagClassName
{
border-color: #D47DC2;
}
</style>