Shades of Orchid #D47BCE
Tints of Orchid #D47BCE
RGB
CMYK
RGB Variations
Color information
#D47BCE (or 0xD47BCE) is known color: Orchid. HEX triplet: D4, 7B and CE. RGB value is (212,123,206). Sum of RGB (Red+Green+Blue) = 212+123+206=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BCE is #2B8431. Grayscale: #9E9E9E. Windows color (decimal): -2851890 or 13532116. OLE color: 13532116.
HSL color Cylindrical-coordinate representation of color #D47BCE: hue angle of 304.04º 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 #D47BCE is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 206 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.17 |
| HSL | 304.05º | 0.51% | 0.66% | - |
| HSV(B) | 304.05º | 0.42% | 0.83% | - |
| XYZ | 45.37 | 32.62 | 62.3 | - |
| YUV | 159.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 206 | 0 | 0.42 | 0.03 | 0.17 | 304.05 | 0.51 | 0.66 |
| Hex | D4 | 7B | CE | 0 | 2A | 3 | 11 | 130 | 33 | 42 |
| Octal | 324 | 173 | 316 | 0 | 52 | 3 | 21 | 460 | 63 | 102 |
| Binary | 11010100 | 1111011 | 11001110 | 0 | 101010 | 11 | 10001 | 100110000 | 110011 | 1000010 |
Color Harmonies of #D47BCE
Complementary color
Monochromatic Colors of #D47BCE
Black with #D47BCE
Text Example
Text Example
White with #D47BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BCE; }
p { color: rgb(212,123,206); }
H1.HeaderClassName
{
color: #D47BCE;
}
.AnyTagClassName
{
color: #D47BCE;
}
</style>
background-color css
<style>
a { background-color: #D47BCE; }
a { background-color: rgb(212,123,206); }
div.DivClassName
{
background-color: #D47BCE;
}
.BgClassName
{
background-color: #D47BCE;
}
</style>
border-color css
<style>
span { border-color: #D47BCE; }
span { border-color: rgb(212,123,206); }
td.TdClassName
{
border-color: #D47BCE;
}
.TagClassName
{
border-color: #D47BCE;
}
</style>