Shades of Orchid #DC80C7
Tints of Orchid #DC80C7
RGB
CMYK
RGB Variations
Color information
#DC80C7 (or 0xDC80C7) is known color: Orchid. HEX triplet: DC, 80 and C7. RGB value is (220,128,199). Sum of RGB (Red+Green+Blue) = 220+128+199=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C7 is #237F38. Grayscale: #A3A3A3. Windows color (decimal): -2326329 or 13074652. OLE color: 13074652.
HSL color Cylindrical-coordinate representation of color #DC80C7: hue angle of 313.7º 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 #DC80C7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 199 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.14 |
| HSL | 313.7º | 0.57% | 0.68% | - |
| HSV(B) | 313.7º | 0.42% | 0.86% | - |
| XYZ | 47.54 | 34.78 | 58.24 | - |
| YUV | 163.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 199 | 0 | 0.42 | 0.10 | 0.14 | 313.7 | 0.57 | 0.68 |
| Hex | DC | 80 | C7 | 0 | 2A | A | E | 13A | 39 | 44 |
| Octal | 334 | 200 | 307 | 0 | 52 | 12 | 16 | 472 | 71 | 104 |
| Binary | 11011100 | 10000000 | 11000111 | 0 | 101010 | 1010 | 1110 | 100111010 | 111001 | 1000100 |
Color Harmonies of #DC80C7
Complementary color
Monochromatic Colors of #DC80C7
Black with #DC80C7
Text Example
Text Example
White with #DC80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80C7; }
p { color: rgb(220,128,199); }
H1.HeaderClassName
{
color: #DC80C7;
}
.AnyTagClassName
{
color: #DC80C7;
}
</style>
background-color css
<style>
a { background-color: #DC80C7; }
a { background-color: rgb(220,128,199); }
div.DivClassName
{
background-color: #DC80C7;
}
.BgClassName
{
background-color: #DC80C7;
}
</style>
border-color css
<style>
span { border-color: #DC80C7; }
span { border-color: rgb(220,128,199); }
td.TdClassName
{
border-color: #DC80C7;
}
.TagClassName
{
border-color: #DC80C7;
}
</style>