Shades of Orchid #DC80C8
Tints of Orchid #DC80C8
RGB
CMYK
RGB Variations
Color information
#DC80C8 (or 0xDC80C8) is known color: Orchid. HEX triplet: DC, 80 and C8. RGB value is (220,128,200). Sum of RGB (Red+Green+Blue) = 220+128+200=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C8 is #237F37. Grayscale: #A3A3A3. Windows color (decimal): -2326328 or 13140188. OLE color: 13140188.
HSL color Cylindrical-coordinate representation of color #DC80C8: hue angle of 313.04º 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 #DC80C8 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 200 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.14 |
| HSL | 313.04º | 0.57% | 0.68% | - |
| HSV(B) | 313.04º | 0.42% | 0.86% | - |
| XYZ | 47.66 | 34.82 | 58.85 | - |
| YUV | 163.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 200 | 0 | 0.42 | 0.09 | 0.14 | 313.04 | 0.57 | 0.68 |
| Hex | DC | 80 | C8 | 0 | 2A | 9 | E | 139 | 39 | 44 |
| Octal | 334 | 200 | 310 | 0 | 52 | 11 | 16 | 471 | 71 | 104 |
| Binary | 11011100 | 10000000 | 11001000 | 0 | 101010 | 1001 | 1110 | 100111001 | 111001 | 1000100 |
Color Harmonies of #DC80C8
Complementary color
Monochromatic Colors of #DC80C8
Black with #DC80C8
Text Example
Text Example
White with #DC80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80C8; }
p { color: rgb(220,128,200); }
H1.HeaderClassName
{
color: #DC80C8;
}
.AnyTagClassName
{
color: #DC80C8;
}
</style>
background-color css
<style>
a { background-color: #DC80C8; }
a { background-color: rgb(220,128,200); }
div.DivClassName
{
background-color: #DC80C8;
}
.BgClassName
{
background-color: #DC80C8;
}
</style>
border-color css
<style>
span { border-color: #DC80C8; }
span { border-color: rgb(220,128,200); }
td.TdClassName
{
border-color: #DC80C8;
}
.TagClassName
{
border-color: #DC80C8;
}
</style>