Shades of Orchid #D889CA
Tints of Orchid #D889CA
RGB
CMYK
RGB Variations
Color information
#D889CA (or 0xD889CA) is known color: Orchid. HEX triplet: D8, 89 and CA. RGB value is (216,137,202). Sum of RGB (Red+Green+Blue) = 216+137+202=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CA is #277635. Grayscale: #A7A7A7. Windows color (decimal): -2586166 or 13273560. OLE color: 13273560.
HSL color Cylindrical-coordinate representation of color #D889CA: hue angle of 310.63º 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 #D889CA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 202 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.15 |
| HSL | 310.63º | 0.5% | 0.69% | - |
| HSV(B) | 310.63º | 0.37% | 0.85% | - |
| XYZ | 47.93 | 36.75 | 60.45 | - |
| YUV | 168.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 202 | 0 | 0.37 | 0.06 | 0.15 | 310.63 | 0.5 | 0.69 |
| Hex | D8 | 89 | CA | 0 | 25 | 6 | F | 137 | 32 | 45 |
| Octal | 330 | 211 | 312 | 0 | 45 | 6 | 17 | 467 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11001010 | 0 | 100101 | 110 | 1111 | 100110111 | 110010 | 1000101 |
Color Harmonies of #D889CA
Complementary color
Monochromatic Colors of #D889CA
Black with #D889CA
Text Example
Text Example
White with #D889CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889CA; }
p { color: rgb(216,137,202); }
H1.HeaderClassName
{
color: #D889CA;
}
.AnyTagClassName
{
color: #D889CA;
}
</style>
background-color css
<style>
a { background-color: #D889CA; }
a { background-color: rgb(216,137,202); }
div.DivClassName
{
background-color: #D889CA;
}
.BgClassName
{
background-color: #D889CA;
}
</style>
border-color css
<style>
span { border-color: #D889CA; }
span { border-color: rgb(216,137,202); }
td.TdClassName
{
border-color: #D889CA;
}
.TagClassName
{
border-color: #D889CA;
}
</style>