Shades of Orchid #DC89CC
Tints of Orchid #DC89CC
RGB
CMYK
RGB Variations
Color information
#DC89CC (or 0xDC89CC) is known color: Orchid. HEX triplet: DC, 89 and CC. RGB value is (220,137,204). Sum of RGB (Red+Green+Blue) = 220+137+204=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89CC is #237633. Grayscale: #A9A9A9. Windows color (decimal): -2324020 or 13404636. OLE color: 13404636.
HSL color Cylindrical-coordinate representation of color #DC89CC: hue angle of 311.57º 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 #DC89CC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 204 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.14 |
| HSL | 311.57º | 0.54% | 0.7% | - |
| HSV(B) | 311.57º | 0.38% | 0.86% | - |
| XYZ | 49.36 | 37.47 | 61.76 | - |
| YUV | 169.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 204 | 0 | 0.38 | 0.07 | 0.14 | 311.57 | 0.54 | 0.7 |
| Hex | DC | 89 | CC | 0 | 26 | 7 | E | 138 | 36 | 46 |
| Octal | 334 | 211 | 314 | 0 | 46 | 7 | 16 | 470 | 66 | 106 |
| Binary | 11011100 | 10001001 | 11001100 | 0 | 100110 | 111 | 1110 | 100111000 | 110110 | 1000110 |
Color Harmonies of #DC89CC
Complementary color
Monochromatic Colors of #DC89CC
Black with #DC89CC
Text Example
Text Example
White with #DC89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89CC; }
p { color: rgb(220,137,204); }
H1.HeaderClassName
{
color: #DC89CC;
}
.AnyTagClassName
{
color: #DC89CC;
}
</style>
background-color css
<style>
a { background-color: #DC89CC; }
a { background-color: rgb(220,137,204); }
div.DivClassName
{
background-color: #DC89CC;
}
.BgClassName
{
background-color: #DC89CC;
}
</style>
border-color css
<style>
span { border-color: #DC89CC; }
span { border-color: rgb(220,137,204); }
td.TdClassName
{
border-color: #DC89CC;
}
.TagClassName
{
border-color: #DC89CC;
}
</style>