Shades of Orchid #D889C7
Tints of Orchid #D889C7
RGB
CMYK
RGB Variations
Color information
#D889C7 (or 0xD889C7) is known color: Orchid. HEX triplet: D8, 89 and C7. RGB value is (216,137,199). Sum of RGB (Red+Green+Blue) = 216+137+199=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D889C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889C7 is #277638. Grayscale: #A7A7A7. Windows color (decimal): -2586169 or 13076952. OLE color: 13076952.
HSL color Cylindrical-coordinate representation of color #D889C7: hue angle of 312.91º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889C7 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 199 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.15 |
| HSL | 312.91º | 0.5% | 0.69% | - |
| HSV(B) | 312.91º | 0.37% | 0.85% | - |
| XYZ | 47.57 | 36.61 | 58.59 | - |
| YUV | 167.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 199 | 0 | 0.37 | 0.08 | 0.15 | 312.91 | 0.5 | 0.69 |
| Hex | D8 | 89 | C7 | 0 | 25 | 8 | F | 139 | 32 | 45 |
| Octal | 330 | 211 | 307 | 0 | 45 | 10 | 17 | 471 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11000111 | 0 | 100101 | 1000 | 1111 | 100111001 | 110010 | 1000101 |
Color Harmonies of #D889C7
Complementary color
Monochromatic Colors of #D889C7
Black with #D889C7
Text Example
Text Example
White with #D889C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889C7; }
p { color: rgb(216,137,199); }
H1.HeaderClassName
{
color: #D889C7;
}
.AnyTagClassName
{
color: #D889C7;
}
</style>
background-color css
<style>
a { background-color: #D889C7; }
a { background-color: rgb(216,137,199); }
div.DivClassName
{
background-color: #D889C7;
}
.BgClassName
{
background-color: #D889C7;
}
</style>
border-color css
<style>
span { border-color: #D889C7; }
span { border-color: rgb(216,137,199); }
td.TdClassName
{
border-color: #D889C7;
}
.TagClassName
{
border-color: #D889C7;
}
</style>