Shades of Orchid #DC80D0
Tints of Orchid #DC80D0
RGB
CMYK
RGB Variations
Color information
#DC80D0 (or 0xDC80D0) is known color: Orchid. HEX triplet: DC, 80 and D0. RGB value is (220,128,208). Sum of RGB (Red+Green+Blue) = 220+128+208=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80D0 is #237F2F. Grayscale: #A4A4A4. Windows color (decimal): -2326320 or 13664476. OLE color: 13664476.
HSL color Cylindrical-coordinate representation of color #DC80D0: hue angle of 307.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80D0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 208 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.14 |
| HSL | 307.83º | 0.57% | 0.68% | - |
| HSV(B) | 307.83º | 0.42% | 0.86% | - |
| XYZ | 48.62 | 35.21 | 63.91 | - |
| YUV | 164.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 208 | 0 | 0.42 | 0.05 | 0.14 | 307.83 | 0.57 | 0.68 |
| Hex | DC | 80 | D0 | 0 | 2A | 5 | E | 134 | 39 | 44 |
| Octal | 334 | 200 | 320 | 0 | 52 | 5 | 16 | 464 | 71 | 104 |
| Binary | 11011100 | 10000000 | 11010000 | 0 | 101010 | 101 | 1110 | 100110100 | 111001 | 1000100 |
Color Harmonies of #DC80D0
Complementary color
Monochromatic Colors of #DC80D0
Black with #DC80D0
Text Example
Text Example
White with #DC80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80D0; }
p { color: rgb(220,128,208); }
H1.HeaderClassName
{
color: #DC80D0;
}
.AnyTagClassName
{
color: #DC80D0;
}
</style>
background-color css
<style>
a { background-color: #DC80D0; }
a { background-color: rgb(220,128,208); }
div.DivClassName
{
background-color: #DC80D0;
}
.BgClassName
{
background-color: #DC80D0;
}
</style>
border-color css
<style>
span { border-color: #DC80D0; }
span { border-color: rgb(220,128,208); }
td.TdClassName
{
border-color: #DC80D0;
}
.TagClassName
{
border-color: #DC80D0;
}
</style>