Shades of Orchid #DC83D8
Tints of Orchid #DC83D8
RGB
CMYK
RGB Variations
Color information
#DC83D8 (or 0xDC83D8) is known color: Orchid. HEX triplet: DC, 83 and D8. RGB value is (220,131,216). Sum of RGB (Red+Green+Blue) = 220+131+216=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83D8 is #237C27. Grayscale: #A7A7A7. Windows color (decimal): -2325544 or 14189532. OLE color: 14189532.
HSL color Cylindrical-coordinate representation of color #DC83D8: hue angle of 302.7º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83D8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 216 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.14 |
| HSL | 302.7º | 0.56% | 0.69% | - |
| HSV(B) | 302.7º | 0.4% | 0.86% | - |
| XYZ | 50.03 | 36.41 | 69.36 | - |
| YUV | 167.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 216 | 0 | 0.40 | 0.02 | 0.14 | 302.7 | 0.56 | 0.69 |
| Hex | DC | 83 | D8 | 0 | 28 | 2 | E | 12F | 38 | 45 |
| Octal | 334 | 203 | 330 | 0 | 50 | 2 | 16 | 457 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11011000 | 0 | 101000 | 10 | 1110 | 100101111 | 111000 | 1000101 |
Color Harmonies of #DC83D8
Complementary color
Monochromatic Colors of #DC83D8
Black with #DC83D8
Text Example
Text Example
White with #DC83D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83D8; }
p { color: rgb(220,131,216); }
H1.HeaderClassName
{
color: #DC83D8;
}
.AnyTagClassName
{
color: #DC83D8;
}
</style>
background-color css
<style>
a { background-color: #DC83D8; }
a { background-color: rgb(220,131,216); }
div.DivClassName
{
background-color: #DC83D8;
}
.BgClassName
{
background-color: #DC83D8;
}
</style>
border-color css
<style>
span { border-color: #DC83D8; }
span { border-color: rgb(220,131,216); }
td.TdClassName
{
border-color: #DC83D8;
}
.TagClassName
{
border-color: #DC83D8;
}
</style>