Shades of Orchid #D47DC4
Tints of Orchid #D47DC4
RGB
CMYK
RGB Variations
Color information
#D47DC4 (or 0xD47DC4) is known color: Orchid. HEX triplet: D4, 7D and C4. RGB value is (212,125,196). Sum of RGB (Red+Green+Blue) = 212+125+196=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC4 is #2B823B. Grayscale: #9E9E9E. Windows color (decimal): -2851388 or 12877268. OLE color: 12877268.
HSL color Cylindrical-coordinate representation of color #D47DC4: hue angle of 311.03º 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 #D47DC4 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 196 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.17 |
| HSL | 311.03º | 0.5% | 0.66% | - |
| HSV(B) | 311.03º | 0.41% | 0.83% | - |
| XYZ | 44.45 | 32.65 | 56.18 | - |
| YUV | 159.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 196 | 0 | 0.41 | 0.08 | 0.17 | 311.03 | 0.5 | 0.66 |
| Hex | D4 | 7D | C4 | 0 | 29 | 8 | 11 | 137 | 32 | 42 |
| Octal | 324 | 175 | 304 | 0 | 51 | 10 | 21 | 467 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11000100 | 0 | 101001 | 1000 | 10001 | 100110111 | 110010 | 1000010 |
Color Harmonies of #D47DC4
Complementary color
Monochromatic Colors of #D47DC4
Black with #D47DC4
Text Example
Text Example
White with #D47DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DC4; }
p { color: rgb(212,125,196); }
H1.HeaderClassName
{
color: #D47DC4;
}
.AnyTagClassName
{
color: #D47DC4;
}
</style>
background-color css
<style>
a { background-color: #D47DC4; }
a { background-color: rgb(212,125,196); }
div.DivClassName
{
background-color: #D47DC4;
}
.BgClassName
{
background-color: #D47DC4;
}
</style>
border-color css
<style>
span { border-color: #D47DC4; }
span { border-color: rgb(212,125,196); }
td.TdClassName
{
border-color: #D47DC4;
}
.TagClassName
{
border-color: #D47DC4;
}
</style>