Shades of Orchid #D47BE0
Tints of Orchid #D47BE0
RGB
CMYK
RGB Variations
Color information
#D47BE0 (or 0xD47BE0) is known color: Orchid. HEX triplet: D4, 7B and E0. RGB value is (212,123,224). Sum of RGB (Red+Green+Blue) = 212+123+224=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #D47BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BE0 is #2B841F. Grayscale: #A0A0A0. Windows color (decimal): -2851872 or 14711764. OLE color: 14711764.
HSL color Cylindrical-coordinate representation of color #D47BE0: hue angle of 292.87º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47BE0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 123 | 224 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.12 |
| HSL | 292.87º | 0.62% | 0.68% | - |
| HSV(B) | 292.87º | 0.45% | 0.88% | - |
| XYZ | 47.69 | 33.54 | 74.48 | - |
| YUV | 161.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 224 | 0.05 | 0.45 | 0 | 0.12 | 292.87 | 0.62 | 0.68 |
| Hex | D4 | 7B | E0 | 5 | 2D | 0 | C | 125 | 3E | 44 |
| Octal | 324 | 173 | 340 | 5 | 55 | 0 | 14 | 445 | 76 | 104 |
| Binary | 11010100 | 1111011 | 11100000 | 101 | 101101 | 0 | 1100 | 100100101 | 111110 | 1000100 |
Color Harmonies of #D47BE0
Complementary color
Monochromatic Colors of #D47BE0
Black with #D47BE0
Text Example
Text Example
White with #D47BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BE0; }
p { color: rgb(212,123,224); }
H1.HeaderClassName
{
color: #D47BE0;
}
.AnyTagClassName
{
color: #D47BE0;
}
</style>
background-color css
<style>
a { background-color: #D47BE0; }
a { background-color: rgb(212,123,224); }
div.DivClassName
{
background-color: #D47BE0;
}
.BgClassName
{
background-color: #D47BE0;
}
</style>
border-color css
<style>
span { border-color: #D47BE0; }
span { border-color: rgb(212,123,224); }
td.TdClassName
{
border-color: #D47BE0;
}
.TagClassName
{
border-color: #D47BE0;
}
</style>