Shades of Orchid #DC89D1
Tints of Orchid #DC89D1
RGB
CMYK
RGB Variations
Color information
#DC89D1 (or 0xDC89D1) is known color: Orchid. HEX triplet: DC, 89 and D1. RGB value is (220,137,209). Sum of RGB (Red+Green+Blue) = 220+137+209=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D1 is #23762E. Grayscale: #A9A9A9. Windows color (decimal): -2324015 or 13732316. OLE color: 13732316.
HSL color Cylindrical-coordinate representation of color #DC89D1: hue angle of 307.95º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89D1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 209 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.14 |
| HSL | 307.95º | 0.54% | 0.7% | - |
| HSV(B) | 307.95º | 0.38% | 0.86% | - |
| XYZ | 49.97 | 37.71 | 64.97 | - |
| YUV | 170.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 209 | 0 | 0.38 | 0.05 | 0.14 | 307.95 | 0.54 | 0.7 |
| Hex | DC | 89 | D1 | 0 | 26 | 5 | E | 134 | 36 | 46 |
| Octal | 334 | 211 | 321 | 0 | 46 | 5 | 16 | 464 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11010001 | 0 | 100110 | 101 | 1110 | 100110100 | 110110 | 1000110 |
Color Harmonies of #DC89D1
Complementary color
Monochromatic Colors of #DC89D1
Black with #DC89D1
Text Example
Text Example
White with #DC89D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89D1; }
p { color: rgb(220,137,209); }
H1.HeaderClassName
{
color: #DC89D1;
}
.AnyTagClassName
{
color: #DC89D1;
}
</style>
background-color css
<style>
a { background-color: #DC89D1; }
a { background-color: rgb(220,137,209); }
div.DivClassName
{
background-color: #DC89D1;
}
.BgClassName
{
background-color: #DC89D1;
}
</style>
border-color css
<style>
span { border-color: #DC89D1; }
span { border-color: rgb(220,137,209); }
td.TdClassName
{
border-color: #DC89D1;
}
.TagClassName
{
border-color: #DC89D1;
}
</style>