Shades of Orchid #D47BDB
Tints of Orchid #D47BDB
RGB
CMYK
RGB Variations
Color information
#D47BDB (or 0xD47BDB) is known color: Orchid. HEX triplet: D4, 7B and DB. RGB value is (212,123,219). Sum of RGB (Red+Green+Blue) = 212+123+219=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D47BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BDB is #2B8424. Grayscale: #A0A0A0. Windows color (decimal): -2851877 or 14384084. OLE color: 14384084.
HSL color Cylindrical-coordinate representation of color #D47BDB: hue angle of 295.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47BDB is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 123 | 219 | - |
CMYK | 0.03 | 0.44 | 0 | 0.14 |
HSL | 295.63º | 0.57% | 0.67% | - |
HSV(B) | 295.63º | 0.44% | 0.86% | - |
XYZ | 47.02 | 33.28 | 70.96 | - |
YUV | 160.56 | 160.99 | 164.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 123 | 219 | 0.03 | 0.44 | 0 | 0.14 | 295.63 | 0.57 | 0.67 |
Hex | D4 | 7B | DB | 3 | 2C | 0 | E | 128 | 39 | 43 |
Octal | 324 | 173 | 333 | 3 | 54 | 0 | 16 | 450 | 71 | 103 |
Binary | 11010100 | 1111011 | 11011011 | 11 | 101100 | 0 | 1110 | 100101000 | 111001 | 1000011 |
Color Harmonies of #D47BDB
Complementary color
Monochromatic Colors of #D47BDB
Black with #D47BDB
Text Example
Text Example
White with #D47BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BDB; }
p { color: rgb(212,123,219); }
H1.HeaderClassName
{
color: #D47BDB;
}
.AnyTagClassName
{
color: #D47BDB;
}
</style>
background-color css
<style>
a { background-color: #D47BDB; }
a { background-color: rgb(212,123,219); }
div.DivClassName
{
background-color: #D47BDB;
}
.BgClassName
{
background-color: #D47BDB;
}
</style>
border-color css
<style>
span { border-color: #D47BDB; }
span { border-color: rgb(212,123,219); }
td.TdClassName
{
border-color: #D47BDB;
}
.TagClassName
{
border-color: #D47BDB;
}
</style>