Shades of Orchid #DC80DD
Tints of Orchid #DC80DD
RGB
CMYK
RGB Variations
Color information
#DC80DD (or 0xDC80DD) is known color: Orchid. HEX triplet: DC, 80 and DD. RGB value is (220,128,221). Sum of RGB (Red+Green+Blue) = 220+128+221=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80DD is #237F22. Grayscale: #A5A5A5. Windows color (decimal): -2326307 or 14516444. OLE color: 14516444.
HSL color Cylindrical-coordinate representation of color #DC80DD: hue angle of 299.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80DD is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 128 | 221 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.13 |
| HSL | 299.35º | 0.58% | 0.68% | - |
| HSV(B) | 299.35º | 0.42% | 0.87% | - |
| XYZ | 50.29 | 35.87 | 72.68 | - |
| YUV | 166.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 221 | 0.00 | 0.42 | 0 | 0.13 | 299.35 | 0.58 | 0.68 |
| Hex | DC | 80 | DD | 0 | 2A | 0 | D | 12B | 3A | 44 |
| Octal | 334 | 200 | 335 | 0 | 52 | 0 | 15 | 453 | 72 | 104 |
| Binary | 11011100 | 10000000 | 11011101 | 0 | 101010 | 0 | 1101 | 100101011 | 111010 | 1000100 |
Color Harmonies of #DC80DD
Complementary color
Monochromatic Colors of #DC80DD
Black with #DC80DD
Text Example
Text Example
White with #DC80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80DD; }
p { color: rgb(220,128,221); }
H1.HeaderClassName
{
color: #DC80DD;
}
.AnyTagClassName
{
color: #DC80DD;
}
</style>
background-color css
<style>
a { background-color: #DC80DD; }
a { background-color: rgb(220,128,221); }
div.DivClassName
{
background-color: #DC80DD;
}
.BgClassName
{
background-color: #DC80DD;
}
</style>
border-color css
<style>
span { border-color: #DC80DD; }
span { border-color: rgb(220,128,221); }
td.TdClassName
{
border-color: #DC80DD;
}
.TagClassName
{
border-color: #DC80DD;
}
</style>