Shades of Orchid #D879D2
Tints of Orchid #D879D2
RGB
CMYK
RGB Variations
Color information
#D879D2 (or 0xD879D2) is known color: Orchid. HEX triplet: D8, 79 and D2. RGB value is (216,121,210). Sum of RGB (Red+Green+Blue) = 216+121+210=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D879D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879D2 is #27862D. Grayscale: #9F9F9F. Windows color (decimal): -2590254 or 13793752. OLE color: 13793752.
HSL color Cylindrical-coordinate representation of color #D879D2: hue angle of 303.79º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D879D2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 210 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.15 |
| HSL | 303.79º | 0.55% | 0.66% | - |
| HSV(B) | 303.79º | 0.44% | 0.85% | - |
| XYZ | 46.79 | 32.93 | 64.86 | - |
| YUV | 159.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 210 | 0 | 0.44 | 0.03 | 0.15 | 303.79 | 0.55 | 0.66 |
| Hex | D8 | 79 | D2 | 0 | 2C | 3 | F | 130 | 37 | 42 |
| Octal | 330 | 171 | 322 | 0 | 54 | 3 | 17 | 460 | 67 | 102 |
| Binary | 11011000 | 1111001 | 11010010 | 0 | 101100 | 11 | 1111 | 100110000 | 110111 | 1000010 |
Color Harmonies of #D879D2
Complementary color
Monochromatic Colors of #D879D2
Black with #D879D2
Text Example
Text Example
White with #D879D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879D2; }
p { color: rgb(216,121,210); }
H1.HeaderClassName
{
color: #D879D2;
}
.AnyTagClassName
{
color: #D879D2;
}
</style>
background-color css
<style>
a { background-color: #D879D2; }
a { background-color: rgb(216,121,210); }
div.DivClassName
{
background-color: #D879D2;
}
.BgClassName
{
background-color: #D879D2;
}
</style>
border-color css
<style>
span { border-color: #D879D2; }
span { border-color: rgb(216,121,210); }
td.TdClassName
{
border-color: #D879D2;
}
.TagClassName
{
border-color: #D879D2;
}
</style>