Shades of Orchid #D379DD
Tints of Orchid #D379DD
RGB
CMYK
RGB Variations
Color information
#D379DD (or 0xD379DD) is known color: Orchid. HEX triplet: D3, 79 and DD. RGB value is (211,121,221). Sum of RGB (Red+Green+Blue) = 211+121+221=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D379DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DD is #2C8622. Grayscale: #9F9F9F. Windows color (decimal): -2917923 or 14514643. OLE color: 14514643.
HSL color Cylindrical-coordinate representation of color #D379DD: hue angle of 294º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D379DD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 121 | 221 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 294º | 0.6% | 0.67% | - |
| HSV(B) | 294º | 0.45% | 0.87% | - |
| XYZ | 46.75 | 32.74 | 72.26 | - |
| YUV | 159.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 221 | 0.05 | 0.45 | 0 | 0.13 | 294 | 0.6 | 0.67 |
| Hex | D3 | 79 | DD | 5 | 2D | 0 | D | 126 | 3C | 43 |
| Octal | 323 | 171 | 335 | 5 | 55 | 0 | 15 | 446 | 74 | 103 |
| Binary | 11010011 | 1111001 | 11011101 | 101 | 101101 | 0 | 1101 | 100100110 | 111100 | 1000011 |
Color Harmonies of #D379DD
Complementary color
Monochromatic Colors of #D379DD
Black with #D379DD
Text Example
Text Example
White with #D379DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379DD; }
p { color: rgb(211,121,221); }
H1.HeaderClassName
{
color: #D379DD;
}
.AnyTagClassName
{
color: #D379DD;
}
</style>
background-color css
<style>
a { background-color: #D379DD; }
a { background-color: rgb(211,121,221); }
div.DivClassName
{
background-color: #D379DD;
}
.BgClassName
{
background-color: #D379DD;
}
</style>
border-color css
<style>
span { border-color: #D379DD; }
span { border-color: rgb(211,121,221); }
td.TdClassName
{
border-color: #D379DD;
}
.TagClassName
{
border-color: #D379DD;
}
</style>