Shades of Orchid #DC83D5
Tints of Orchid #DC83D5
RGB
CMYK
RGB Variations
Color information
#DC83D5 (or 0xDC83D5) is known color: Orchid. HEX triplet: DC, 83 and D5. RGB value is (220,131,213). Sum of RGB (Red+Green+Blue) = 220+131+213=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83D5 is #237C2A. Grayscale: #A6A6A6. Windows color (decimal): -2325547 or 13992924. OLE color: 13992924.
HSL color Cylindrical-coordinate representation of color #DC83D5: hue angle of 304.72º 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 #DC83D5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 213 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.14 |
| HSL | 304.72º | 0.56% | 0.69% | - |
| HSV(B) | 304.72º | 0.4% | 0.86% | - |
| XYZ | 49.64 | 36.25 | 67.33 | - |
| YUV | 166.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 213 | 0 | 0.40 | 0.03 | 0.14 | 304.72 | 0.56 | 0.69 |
| Hex | DC | 83 | D5 | 0 | 28 | 3 | E | 131 | 38 | 45 |
| Octal | 334 | 203 | 325 | 0 | 50 | 3 | 16 | 461 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11010101 | 0 | 101000 | 11 | 1110 | 100110001 | 111000 | 1000101 |
Color Harmonies of #DC83D5
Complementary color
Monochromatic Colors of #DC83D5
Black with #DC83D5
Text Example
Text Example
White with #DC83D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83D5; }
p { color: rgb(220,131,213); }
H1.HeaderClassName
{
color: #DC83D5;
}
.AnyTagClassName
{
color: #DC83D5;
}
</style>
background-color css
<style>
a { background-color: #DC83D5; }
a { background-color: rgb(220,131,213); }
div.DivClassName
{
background-color: #DC83D5;
}
.BgClassName
{
background-color: #DC83D5;
}
</style>
border-color css
<style>
span { border-color: #DC83D5; }
span { border-color: rgb(220,131,213); }
td.TdClassName
{
border-color: #DC83D5;
}
.TagClassName
{
border-color: #DC83D5;
}
</style>