Shades of Orchid #D889CB
Tints of Orchid #D889CB
RGB
CMYK
RGB Variations
Color information
#D889CB (or 0xD889CB) is known color: Orchid. HEX triplet: D8, 89 and CB. RGB value is (216,137,203). Sum of RGB (Red+Green+Blue) = 216+137+203=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CB is #277634. Grayscale: #A7A7A7. Windows color (decimal): -2586165 or 13339096. OLE color: 13339096.
HSL color Cylindrical-coordinate representation of color #D889CB: hue angle of 309.87º 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 #D889CB is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 203 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.15 |
| HSL | 309.87º | 0.5% | 0.69% | - |
| HSV(B) | 309.87º | 0.37% | 0.85% | - |
| XYZ | 48.04 | 36.8 | 61.07 | - |
| YUV | 168.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 203 | 0 | 0.37 | 0.06 | 0.15 | 309.87 | 0.5 | 0.69 |
| Hex | D8 | 89 | CB | 0 | 25 | 6 | F | 136 | 32 | 45 |
| Octal | 330 | 211 | 313 | 0 | 45 | 6 | 17 | 466 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11001011 | 0 | 100101 | 110 | 1111 | 100110110 | 110010 | 1000101 |
Color Harmonies of #D889CB
Complementary color
Monochromatic Colors of #D889CB
Black with #D889CB
Text Example
Text Example
White with #D889CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889CB; }
p { color: rgb(216,137,203); }
H1.HeaderClassName
{
color: #D889CB;
}
.AnyTagClassName
{
color: #D889CB;
}
</style>
background-color css
<style>
a { background-color: #D889CB; }
a { background-color: rgb(216,137,203); }
div.DivClassName
{
background-color: #D889CB;
}
.BgClassName
{
background-color: #D889CB;
}
</style>
border-color css
<style>
span { border-color: #D889CB; }
span { border-color: rgb(216,137,203); }
td.TdClassName
{
border-color: #D889CB;
}
.TagClassName
{
border-color: #D889CB;
}
</style>