Shades of Orchid #D879D4
Tints of Orchid #D879D4
RGB
CMYK
RGB Variations
Color information
#D879D4 (or 0xD879D4) is known color: Orchid. HEX triplet: D8, 79 and D4. RGB value is (216,121,212). Sum of RGB (Red+Green+Blue) = 216+121+212=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D879D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879D4 is #27862B. Grayscale: #9F9F9F. Windows color (decimal): -2590252 or 13924824. OLE color: 13924824.
HSL color Cylindrical-coordinate representation of color #D879D4: hue angle of 302.53º 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 #D879D4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 212 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.15 |
| HSL | 302.53º | 0.55% | 0.66% | - |
| HSV(B) | 302.53º | 0.44% | 0.85% | - |
| XYZ | 47.04 | 33.03 | 66.18 | - |
| YUV | 159.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 212 | 0 | 0.44 | 0.02 | 0.15 | 302.53 | 0.55 | 0.66 |
| Hex | D8 | 79 | D4 | 0 | 2C | 2 | F | 12F | 37 | 42 |
| Octal | 330 | 171 | 324 | 0 | 54 | 2 | 17 | 457 | 67 | 102 |
| Binary | 11011000 | 1111001 | 11010100 | 0 | 101100 | 10 | 1111 | 100101111 | 110111 | 1000010 |
Color Harmonies of #D879D4
Complementary color
Monochromatic Colors of #D879D4
Black with #D879D4
Text Example
Text Example
White with #D879D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879D4; }
p { color: rgb(216,121,212); }
H1.HeaderClassName
{
color: #D879D4;
}
.AnyTagClassName
{
color: #D879D4;
}
</style>
background-color css
<style>
a { background-color: #D879D4; }
a { background-color: rgb(216,121,212); }
div.DivClassName
{
background-color: #D879D4;
}
.BgClassName
{
background-color: #D879D4;
}
</style>
border-color css
<style>
span { border-color: #D879D4; }
span { border-color: rgb(216,121,212); }
td.TdClassName
{
border-color: #D879D4;
}
.TagClassName
{
border-color: #D879D4;
}
</style>