Shades of Orchid #DC89D2
Tints of Orchid #DC89D2
RGB
CMYK
RGB Variations
Color information
#DC89D2 (or 0xDC89D2) is known color: Orchid. HEX triplet: DC, 89 and D2. RGB value is (220,137,210). Sum of RGB (Red+Green+Blue) = 220+137+210=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D2 is #23762D. Grayscale: #A9A9A9. Windows color (decimal): -2324014 or 13797852. OLE color: 13797852.
HSL color Cylindrical-coordinate representation of color #DC89D2: hue angle of 307.23º 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 #DC89D2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 210 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.14 |
| HSL | 307.23º | 0.54% | 0.7% | - |
| HSV(B) | 307.23º | 0.38% | 0.86% | - |
| XYZ | 50.09 | 37.76 | 65.62 | - |
| YUV | 170.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 210 | 0 | 0.38 | 0.05 | 0.14 | 307.23 | 0.54 | 0.7 |
| Hex | DC | 89 | D2 | 0 | 26 | 5 | E | 133 | 36 | 46 |
| Octal | 334 | 211 | 322 | 0 | 46 | 5 | 16 | 463 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11010010 | 0 | 100110 | 101 | 1110 | 100110011 | 110110 | 1000110 |
Color Harmonies of #DC89D2
Complementary color
Monochromatic Colors of #DC89D2
Black with #DC89D2
Text Example
Text Example
White with #DC89D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89D2; }
p { color: rgb(220,137,210); }
H1.HeaderClassName
{
color: #DC89D2;
}
.AnyTagClassName
{
color: #DC89D2;
}
</style>
background-color css
<style>
a { background-color: #DC89D2; }
a { background-color: rgb(220,137,210); }
div.DivClassName
{
background-color: #DC89D2;
}
.BgClassName
{
background-color: #DC89D2;
}
</style>
border-color css
<style>
span { border-color: #DC89D2; }
span { border-color: rgb(220,137,210); }
td.TdClassName
{
border-color: #DC89D2;
}
.TagClassName
{
border-color: #DC89D2;
}
</style>