Shades of Orchid #D377D9
Tints of Orchid #D377D9
RGB
CMYK
RGB Variations
Color information
#D377D9 (or 0xD377D9) is known color: Orchid. HEX triplet: D3, 77 and D9. RGB value is (211,119,217). Sum of RGB (Red+Green+Blue) = 211+119+217=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D377D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377D9 is #2C8826. Grayscale: #9D9D9D. Windows color (decimal): -2918439 or 14251987. OLE color: 14251987.
HSL color Cylindrical-coordinate representation of color #D377D9: hue angle of 296.33º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D377D9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 119 | 217 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.15 |
| HSL | 296.33º | 0.56% | 0.66% | - |
| HSV(B) | 296.33º | 0.45% | 0.85% | - |
| XYZ | 45.99 | 32.05 | 69.41 | - |
| YUV | 157.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 217 | 0.03 | 0.45 | 0 | 0.15 | 296.33 | 0.56 | 0.66 |
| Hex | D3 | 77 | D9 | 3 | 2D | 0 | F | 128 | 38 | 42 |
| Octal | 323 | 167 | 331 | 3 | 55 | 0 | 17 | 450 | 70 | 102 |
| Binary | 11010011 | 1110111 | 11011001 | 11 | 101101 | 0 | 1111 | 100101000 | 111000 | 1000010 |
Color Harmonies of #D377D9
Complementary color
Monochromatic Colors of #D377D9
Black with #D377D9
Text Example
Text Example
White with #D377D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377D9; }
p { color: rgb(211,119,217); }
H1.HeaderClassName
{
color: #D377D9;
}
.AnyTagClassName
{
color: #D377D9;
}
</style>
background-color css
<style>
a { background-color: #D377D9; }
a { background-color: rgb(211,119,217); }
div.DivClassName
{
background-color: #D377D9;
}
.BgClassName
{
background-color: #D377D9;
}
</style>
border-color css
<style>
span { border-color: #D377D9; }
span { border-color: rgb(211,119,217); }
td.TdClassName
{
border-color: #D377D9;
}
.TagClassName
{
border-color: #D377D9;
}
</style>