Shades of Orchid #D879E2
Tints of Orchid #D879E2
RGB
CMYK
RGB Variations
Color information
#D879E2 (or 0xD879E2) is known color: Orchid. HEX triplet: D8, 79 and E2. RGB value is (216,121,226). Sum of RGB (Red+Green+Blue) = 216+121+226=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 226 - color contains mainly: blue. Hex color #D879E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879E2 is #27861D. Grayscale: #A1A1A1. Windows color (decimal): -2590238 or 14842328. OLE color: 14842328.
HSL color Cylindrical-coordinate representation of color #D879E2: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D879E2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 121 | 226 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.11 |
| HSL | 294.29º | 0.64% | 0.68% | - |
| HSV(B) | 294.29º | 0.46% | 0.89% | - |
| XYZ | 48.88 | 33.76 | 75.89 | - |
| YUV | 161.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 226 | 0.04 | 0.46 | 0 | 0.11 | 294.29 | 0.64 | 0.68 |
| Hex | D8 | 79 | E2 | 4 | 2E | 0 | B | 126 | 40 | 44 |
| Octal | 330 | 171 | 342 | 4 | 56 | 0 | 13 | 446 | 100 | 104 |
| Binary | 11011000 | 1111001 | 11100010 | 100 | 101110 | 0 | 1011 | 100100110 | 1000000 | 1000100 |
Color Harmonies of #D879E2
Complementary color
Monochromatic Colors of #D879E2
Black with #D879E2
Text Example
Text Example
White with #D879E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879E2; }
p { color: rgb(216,121,226); }
H1.HeaderClassName
{
color: #D879E2;
}
.AnyTagClassName
{
color: #D879E2;
}
</style>
background-color css
<style>
a { background-color: #D879E2; }
a { background-color: rgb(216,121,226); }
div.DivClassName
{
background-color: #D879E2;
}
.BgClassName
{
background-color: #D879E2;
}
</style>
border-color css
<style>
span { border-color: #D879E2; }
span { border-color: rgb(216,121,226); }
td.TdClassName
{
border-color: #D879E2;
}
.TagClassName
{
border-color: #D879E2;
}
</style>