Shades of Orchid #D37CDB
Tints of Orchid #D37CDB
RGB
CMYK
RGB Variations
Color information
#D37CDB (or 0xD37CDB) is known color: Orchid. HEX triplet: D3, 7C and DB. RGB value is (211,124,219). Sum of RGB (Red+Green+Blue) = 211+124+219=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 124 (48.83% from 255 or 22.38% 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 #D37CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CDB is #2C8324. Grayscale: #A0A0A0. Windows color (decimal): -2917157 or 14384339. OLE color: 14384339.
HSL color Cylindrical-coordinate representation of color #D37CDB: hue angle of 294.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37CDB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 124 | 219 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.14 |
| HSL | 294.95º | 0.57% | 0.67% | - |
| HSV(B) | 294.95º | 0.43% | 0.86% | - |
| XYZ | 46.86 | 33.38 | 70.99 | - |
| YUV | 160.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 219 | 0.04 | 0.43 | 0 | 0.14 | 294.95 | 0.57 | 0.67 |
| Hex | D3 | 7C | DB | 4 | 2B | 0 | E | 127 | 39 | 43 |
| Octal | 323 | 174 | 333 | 4 | 53 | 0 | 16 | 447 | 71 | 103 |
| Binary | 11010011 | 1111100 | 11011011 | 100 | 101011 | 0 | 1110 | 100100111 | 111001 | 1000011 |
Color Harmonies of #D37CDB
Complementary color
Monochromatic Colors of #D37CDB
Black with #D37CDB
Text Example
Text Example
White with #D37CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CDB; }
p { color: rgb(211,124,219); }
H1.HeaderClassName
{
color: #D37CDB;
}
.AnyTagClassName
{
color: #D37CDB;
}
</style>
background-color css
<style>
a { background-color: #D37CDB; }
a { background-color: rgb(211,124,219); }
div.DivClassName
{
background-color: #D37CDB;
}
.BgClassName
{
background-color: #D37CDB;
}
</style>
border-color css
<style>
span { border-color: #D37CDB; }
span { border-color: rgb(211,124,219); }
td.TdClassName
{
border-color: #D37CDB;
}
.TagClassName
{
border-color: #D37CDB;
}
</style>