Shades of Orchid #D379DC
Tints of Orchid #D379DC
RGB
CMYK
RGB Variations
Color information
#D379DC (or 0xD379DC) is known color: Orchid. HEX triplet: D3, 79 and DC. RGB value is (211,121,220). Sum of RGB (Red+Green+Blue) = 211+121+220=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D379DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DC is #2C8623. Grayscale: #9E9E9E. Windows color (decimal): -2917924 or 14449107. OLE color: 14449107.
HSL color Cylindrical-coordinate representation of color #D379DC: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D379DC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 121 | 220 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.14 |
| HSL | 294.55º | 0.59% | 0.67% | - |
| HSV(B) | 294.55º | 0.45% | 0.86% | - |
| XYZ | 46.62 | 32.69 | 71.56 | - |
| YUV | 159.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 220 | 0.04 | 0.45 | 0 | 0.14 | 294.55 | 0.59 | 0.67 |
| Hex | D3 | 79 | DC | 4 | 2D | 0 | E | 127 | 3B | 43 |
| Octal | 323 | 171 | 334 | 4 | 55 | 0 | 16 | 447 | 73 | 103 |
| Binary | 11010011 | 1111001 | 11011100 | 100 | 101101 | 0 | 1110 | 100100111 | 111011 | 1000011 |
Color Harmonies of #D379DC
Complementary color
Monochromatic Colors of #D379DC
Black with #D379DC
Text Example
Text Example
White with #D379DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379DC; }
p { color: rgb(211,121,220); }
H1.HeaderClassName
{
color: #D379DC;
}
.AnyTagClassName
{
color: #D379DC;
}
</style>
background-color css
<style>
a { background-color: #D379DC; }
a { background-color: rgb(211,121,220); }
div.DivClassName
{
background-color: #D379DC;
}
.BgClassName
{
background-color: #D379DC;
}
</style>
border-color css
<style>
span { border-color: #D379DC; }
span { border-color: rgb(211,121,220); }
td.TdClassName
{
border-color: #D379DC;
}
.TagClassName
{
border-color: #D379DC;
}
</style>