Shades of Orchid #DC89CE
Tints of Orchid #DC89CE
RGB
CMYK
RGB Variations
Color information
#DC89CE (or 0xDC89CE) is known color: Orchid. HEX triplet: DC, 89 and CE. RGB value is (220,137,206). Sum of RGB (Red+Green+Blue) = 220+137+206=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89CE is #237631. Grayscale: #A9A9A9. Windows color (decimal): -2324018 or 13535708. OLE color: 13535708.
HSL color Cylindrical-coordinate representation of color #DC89CE: hue angle of 310.12º 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 #DC89CE is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 206 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.14 |
| HSL | 310.12º | 0.54% | 0.7% | - |
| HSV(B) | 310.12º | 0.38% | 0.86% | - |
| XYZ | 49.6 | 37.56 | 63.03 | - |
| YUV | 169.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 206 | 0 | 0.38 | 0.06 | 0.14 | 310.12 | 0.54 | 0.7 |
| Hex | DC | 89 | CE | 0 | 26 | 6 | E | 136 | 36 | 46 |
| Octal | 334 | 211 | 316 | 0 | 46 | 6 | 16 | 466 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11001110 | 0 | 100110 | 110 | 1110 | 100110110 | 110110 | 1000110 |
Color Harmonies of #DC89CE
Complementary color
Monochromatic Colors of #DC89CE
Black with #DC89CE
Text Example
Text Example
White with #DC89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89CE; }
p { color: rgb(220,137,206); }
H1.HeaderClassName
{
color: #DC89CE;
}
.AnyTagClassName
{
color: #DC89CE;
}
</style>
background-color css
<style>
a { background-color: #DC89CE; }
a { background-color: rgb(220,137,206); }
div.DivClassName
{
background-color: #DC89CE;
}
.BgClassName
{
background-color: #DC89CE;
}
</style>
border-color css
<style>
span { border-color: #DC89CE; }
span { border-color: rgb(220,137,206); }
td.TdClassName
{
border-color: #DC89CE;
}
.TagClassName
{
border-color: #DC89CE;
}
</style>