Shades of Orchid #DC80D6
Tints of Orchid #DC80D6
RGB
CMYK
RGB Variations
Color information
#DC80D6 (or 0xDC80D6) is known color: Orchid. HEX triplet: DC, 80 and D6. RGB value is (220,128,214). Sum of RGB (Red+Green+Blue) = 220+128+214=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80D6 is #237F29. Grayscale: #A5A5A5. Windows color (decimal): -2326314 or 14057692. OLE color: 14057692.
HSL color Cylindrical-coordinate representation of color #DC80D6: hue angle of 303.91º 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 #DC80D6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 214 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.14 |
| HSL | 303.91º | 0.57% | 0.68% | - |
| HSV(B) | 303.91º | 0.42% | 0.86% | - |
| XYZ | 49.37 | 35.51 | 67.87 | - |
| YUV | 165.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 214 | 0 | 0.42 | 0.03 | 0.14 | 303.91 | 0.57 | 0.68 |
| Hex | DC | 80 | D6 | 0 | 2A | 3 | E | 130 | 39 | 44 |
| Octal | 334 | 200 | 326 | 0 | 52 | 3 | 16 | 460 | 71 | 104 |
| Binary | 11011100 | 10000000 | 11010110 | 0 | 101010 | 11 | 1110 | 100110000 | 111001 | 1000100 |
Color Harmonies of #DC80D6
Complementary color
Monochromatic Colors of #DC80D6
Black with #DC80D6
Text Example
Text Example
White with #DC80D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80D6; }
p { color: rgb(220,128,214); }
H1.HeaderClassName
{
color: #DC80D6;
}
.AnyTagClassName
{
color: #DC80D6;
}
</style>
background-color css
<style>
a { background-color: #DC80D6; }
a { background-color: rgb(220,128,214); }
div.DivClassName
{
background-color: #DC80D6;
}
.BgClassName
{
background-color: #DC80D6;
}
</style>
border-color css
<style>
span { border-color: #DC80D6; }
span { border-color: rgb(220,128,214); }
td.TdClassName
{
border-color: #DC80D6;
}
.TagClassName
{
border-color: #DC80D6;
}
</style>