Shades of Orchid #DC89C9
Tints of Orchid #DC89C9
RGB
CMYK
RGB Variations
Color information
#DC89C9 (or 0xDC89C9) is known color: Orchid. HEX triplet: DC, 89 and C9. RGB value is (220,137,201). Sum of RGB (Red+Green+Blue) = 220+137+201=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89C9 is #237636. Grayscale: #A8A8A8. Windows color (decimal): -2324023 or 13208028. OLE color: 13208028.
HSL color Cylindrical-coordinate representation of color #DC89C9: hue angle of 313.73º 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 #DC89C9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 201 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.14 |
| HSL | 313.73º | 0.54% | 0.7% | - |
| HSV(B) | 313.73º | 0.38% | 0.86% | - |
| XYZ | 49 | 37.32 | 59.88 | - |
| YUV | 169.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 201 | 0 | 0.38 | 0.09 | 0.14 | 313.73 | 0.54 | 0.7 |
| Hex | DC | 89 | C9 | 0 | 26 | 9 | E | 13A | 36 | 46 |
| Octal | 334 | 211 | 311 | 0 | 46 | 11 | 16 | 472 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11001001 | 0 | 100110 | 1001 | 1110 | 100111010 | 110110 | 1000110 |
Color Harmonies of #DC89C9
Complementary color
Monochromatic Colors of #DC89C9
Black with #DC89C9
Text Example
Text Example
White with #DC89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89C9; }
p { color: rgb(220,137,201); }
H1.HeaderClassName
{
color: #DC89C9;
}
.AnyTagClassName
{
color: #DC89C9;
}
</style>
background-color css
<style>
a { background-color: #DC89C9; }
a { background-color: rgb(220,137,201); }
div.DivClassName
{
background-color: #DC89C9;
}
.BgClassName
{
background-color: #DC89C9;
}
</style>
border-color css
<style>
span { border-color: #DC89C9; }
span { border-color: rgb(220,137,201); }
td.TdClassName
{
border-color: #DC89C9;
}
.TagClassName
{
border-color: #DC89C9;
}
</style>