Shades of Orchid #D47BE7
Tints of Orchid #D47BE7
RGB
CMYK
RGB Variations
Color information
#D47BE7 (or 0xD47BE7) is known color: Orchid. HEX triplet: D4, 7B and E7. RGB value is (212,123,231). Sum of RGB (Red+Green+Blue) = 212+123+231=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #D47BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47BE7 is #2B8418. Grayscale: #A1A1A1. Windows color (decimal): -2851865 or 15170516. OLE color: 15170516.
HSL color Cylindrical-coordinate representation of color #D47BE7: hue angle of 289.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47BE7 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 123 | 231 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.09 |
| HSL | 289.44º | 0.69% | 0.69% | - |
| HSV(B) | 289.44º | 0.47% | 0.91% | - |
| XYZ | 48.66 | 33.93 | 79.59 | - |
| YUV | 161.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 231 | 0.08 | 0.47 | 0 | 0.09 | 289.44 | 0.69 | 0.69 |
| Hex | D4 | 7B | E7 | 8 | 2F | 0 | 9 | 121 | 45 | 45 |
| Octal | 324 | 173 | 347 | 10 | 57 | 0 | 11 | 441 | 105 | 105 |
| Binary | 11010100 | 1111011 | 11100111 | 1000 | 101111 | 0 | 1001 | 100100001 | 1000101 | 1000101 |
Color Harmonies of #D47BE7
Complementary color
Monochromatic Colors of #D47BE7
Black with #D47BE7
Text Example
Text Example
White with #D47BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BE7; }
p { color: rgb(212,123,231); }
H1.HeaderClassName
{
color: #D47BE7;
}
.AnyTagClassName
{
color: #D47BE7;
}
</style>
background-color css
<style>
a { background-color: #D47BE7; }
a { background-color: rgb(212,123,231); }
div.DivClassName
{
background-color: #D47BE7;
}
.BgClassName
{
background-color: #D47BE7;
}
</style>
border-color css
<style>
span { border-color: #D47BE7; }
span { border-color: rgb(212,123,231); }
td.TdClassName
{
border-color: #D47BE7;
}
.TagClassName
{
border-color: #D47BE7;
}
</style>