Shades of Orchid #D37ADB
Tints of Orchid #D37ADB
RGB
CMYK
RGB Variations
Color information
#D37ADB (or 0xD37ADB) is known color: Orchid. HEX triplet: D3, 7A and DB. RGB value is (211,122,219). Sum of RGB (Red+Green+Blue) = 211+122+219=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D37ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ADB is #2C8524. Grayscale: #9F9F9F. Windows color (decimal): -2917669 or 14383827. OLE color: 14383827.
HSL color Cylindrical-coordinate representation of color #D37ADB: hue angle of 295.05º 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 #D37ADB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 122 | 219 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.14 |
| HSL | 295.05º | 0.57% | 0.67% | - |
| HSV(B) | 295.05º | 0.44% | 0.86% | - |
| XYZ | 46.61 | 32.88 | 70.91 | - |
| YUV | 159.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 219 | 0.04 | 0.44 | 0 | 0.14 | 295.05 | 0.57 | 0.67 |
| Hex | D3 | 7A | DB | 4 | 2C | 0 | E | 127 | 39 | 43 |
| Octal | 323 | 172 | 333 | 4 | 54 | 0 | 16 | 447 | 71 | 103 |
| Binary | 11010011 | 1111010 | 11011011 | 100 | 101100 | 0 | 1110 | 100100111 | 111001 | 1000011 |
Color Harmonies of #D37ADB
Complementary color
Monochromatic Colors of #D37ADB
Black with #D37ADB
Text Example
Text Example
White with #D37ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ADB; }
p { color: rgb(211,122,219); }
H1.HeaderClassName
{
color: #D37ADB;
}
.AnyTagClassName
{
color: #D37ADB;
}
</style>
background-color css
<style>
a { background-color: #D37ADB; }
a { background-color: rgb(211,122,219); }
div.DivClassName
{
background-color: #D37ADB;
}
.BgClassName
{
background-color: #D37ADB;
}
</style>
border-color css
<style>
span { border-color: #D37ADB; }
span { border-color: rgb(211,122,219); }
td.TdClassName
{
border-color: #D37ADB;
}
.TagClassName
{
border-color: #D37ADB;
}
</style>