Shades of Orchid #DC89CD
Tints of Orchid #DC89CD
RGB
CMYK
RGB Variations
Color information
#DC89CD (or 0xDC89CD) is known color: Orchid. HEX triplet: DC, 89 and CD. RGB value is (220,137,205). Sum of RGB (Red+Green+Blue) = 220+137+205=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89CD is #237632. Grayscale: #A9A9A9. Windows color (decimal): -2324019 or 13470172. OLE color: 13470172.
HSL color Cylindrical-coordinate representation of color #DC89CD: hue angle of 310.84º 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 #DC89CD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 205 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.14 |
| HSL | 310.84º | 0.54% | 0.7% | - |
| HSV(B) | 310.84º | 0.38% | 0.86% | - |
| XYZ | 49.48 | 37.51 | 62.39 | - |
| YUV | 169.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 205 | 0 | 0.38 | 0.07 | 0.14 | 310.84 | 0.54 | 0.7 |
| Hex | DC | 89 | CD | 0 | 26 | 7 | E | 137 | 36 | 46 |
| Octal | 334 | 211 | 315 | 0 | 46 | 7 | 16 | 467 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11001101 | 0 | 100110 | 111 | 1110 | 100110111 | 110110 | 1000110 |
Color Harmonies of #DC89CD
Complementary color
Monochromatic Colors of #DC89CD
Black with #DC89CD
Text Example
Text Example
White with #DC89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89CD; }
p { color: rgb(220,137,205); }
H1.HeaderClassName
{
color: #DC89CD;
}
.AnyTagClassName
{
color: #DC89CD;
}
</style>
background-color css
<style>
a { background-color: #DC89CD; }
a { background-color: rgb(220,137,205); }
div.DivClassName
{
background-color: #DC89CD;
}
.BgClassName
{
background-color: #DC89CD;
}
</style>
border-color css
<style>
span { border-color: #DC89CD; }
span { border-color: rgb(220,137,205); }
td.TdClassName
{
border-color: #DC89CD;
}
.TagClassName
{
border-color: #DC89CD;
}
</style>