Shades of Orchid #D377DB
Tints of Orchid #D377DB
RGB
CMYK
RGB Variations
Color information
#D377DB (or 0xD377DB) is known color: Orchid. HEX triplet: D3, 77 and DB. RGB value is (211,119,219). Sum of RGB (Red+Green+Blue) = 211+119+219=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D377DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377DB is #2C8824. Grayscale: #9D9D9D. Windows color (decimal): -2918437 or 14383059. OLE color: 14383059.
HSL color Cylindrical-coordinate representation of color #D377DB: hue angle of 295.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D377DB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 119 | 219 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.14 |
| HSL | 295.2º | 0.58% | 0.66% | - |
| HSV(B) | 295.2º | 0.46% | 0.86% | - |
| XYZ | 46.25 | 32.16 | 70.79 | - |
| YUV | 157.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 219 | 0.04 | 0.46 | 0 | 0.14 | 295.2 | 0.58 | 0.66 |
| Hex | D3 | 77 | DB | 4 | 2E | 0 | E | 127 | 3A | 42 |
| Octal | 323 | 167 | 333 | 4 | 56 | 0 | 16 | 447 | 72 | 102 |
| Binary | 11010011 | 1110111 | 11011011 | 100 | 101110 | 0 | 1110 | 100100111 | 111010 | 1000010 |
Color Harmonies of #D377DB
Complementary color
Monochromatic Colors of #D377DB
Black with #D377DB
Text Example
Text Example
White with #D377DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377DB; }
p { color: rgb(211,119,219); }
H1.HeaderClassName
{
color: #D377DB;
}
.AnyTagClassName
{
color: #D377DB;
}
</style>
background-color css
<style>
a { background-color: #D377DB; }
a { background-color: rgb(211,119,219); }
div.DivClassName
{
background-color: #D377DB;
}
.BgClassName
{
background-color: #D377DB;
}
</style>
border-color css
<style>
span { border-color: #D377DB; }
span { border-color: rgb(211,119,219); }
td.TdClassName
{
border-color: #D377DB;
}
.TagClassName
{
border-color: #D377DB;
}
</style>