Shades of Orchid #D889CF
Tints of Orchid #D889CF
RGB
CMYK
RGB Variations
Color information
#D889CF (or 0xD889CF) is known color: Orchid. HEX triplet: D8, 89 and CF. RGB value is (216,137,207). Sum of RGB (Red+Green+Blue) = 216+137+207=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CF is #277630. Grayscale: #A8A8A8. Windows color (decimal): -2586161 or 13601240. OLE color: 13601240.
HSL color Cylindrical-coordinate representation of color #D889CF: hue angle of 306.84º 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 #D889CF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 207 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.15 |
| HSL | 306.84º | 0.5% | 0.69% | - |
| HSV(B) | 306.84º | 0.37% | 0.85% | - |
| XYZ | 48.53 | 37 | 63.61 | - |
| YUV | 168.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 207 | 0 | 0.37 | 0.04 | 0.15 | 306.84 | 0.5 | 0.69 |
| Hex | D8 | 89 | CF | 0 | 25 | 4 | F | 133 | 32 | 45 |
| Octal | 330 | 211 | 317 | 0 | 45 | 4 | 17 | 463 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11001111 | 0 | 100101 | 100 | 1111 | 100110011 | 110010 | 1000101 |
Color Harmonies of #D889CF
Complementary color
Monochromatic Colors of #D889CF
Black with #D889CF
Text Example
Text Example
White with #D889CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889CF; }
p { color: rgb(216,137,207); }
H1.HeaderClassName
{
color: #D889CF;
}
.AnyTagClassName
{
color: #D889CF;
}
</style>
background-color css
<style>
a { background-color: #D889CF; }
a { background-color: rgb(216,137,207); }
div.DivClassName
{
background-color: #D889CF;
}
.BgClassName
{
background-color: #D889CF;
}
</style>
border-color css
<style>
span { border-color: #D889CF; }
span { border-color: rgb(216,137,207); }
td.TdClassName
{
border-color: #D889CF;
}
.TagClassName
{
border-color: #D889CF;
}
</style>