Shades of Orchid #D879CF
Tints of Orchid #D879CF
RGB
CMYK
RGB Variations
Color information
#D879CF (or 0xD879CF) is known color: Orchid. HEX triplet: D8, 79 and CF. RGB value is (216,121,207). Sum of RGB (Red+Green+Blue) = 216+121+207=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D879CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D879CF is #278630. Grayscale: #9E9E9E. Windows color (decimal): -2590257 or 13597144. OLE color: 13597144.
HSL color Cylindrical-coordinate representation of color #D879CF: hue angle of 305.68º 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 #D879CF is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 207 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.15 |
| HSL | 305.68º | 0.55% | 0.66% | - |
| HSV(B) | 305.68º | 0.44% | 0.85% | - |
| XYZ | 46.42 | 32.78 | 62.91 | - |
| YUV | 159.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 207 | 0 | 0.44 | 0.04 | 0.15 | 305.68 | 0.55 | 0.66 |
| Hex | D8 | 79 | CF | 0 | 2C | 4 | F | 132 | 37 | 42 |
| Octal | 330 | 171 | 317 | 0 | 54 | 4 | 17 | 462 | 67 | 102 |
| Binary | 11011000 | 1111001 | 11001111 | 0 | 101100 | 100 | 1111 | 100110010 | 110111 | 1000010 |
Color Harmonies of #D879CF
Complementary color
Monochromatic Colors of #D879CF
Black with #D879CF
Text Example
Text Example
White with #D879CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879CF; }
p { color: rgb(216,121,207); }
H1.HeaderClassName
{
color: #D879CF;
}
.AnyTagClassName
{
color: #D879CF;
}
</style>
background-color css
<style>
a { background-color: #D879CF; }
a { background-color: rgb(216,121,207); }
div.DivClassName
{
background-color: #D879CF;
}
.BgClassName
{
background-color: #D879CF;
}
</style>
border-color css
<style>
span { border-color: #D879CF; }
span { border-color: rgb(216,121,207); }
td.TdClassName
{
border-color: #D879CF;
}
.TagClassName
{
border-color: #D879CF;
}
</style>