Shades of Orchid #DC83DA
Tints of Orchid #DC83DA
RGB
CMYK
RGB Variations
Color information
#DC83DA (or 0xDC83DA) is known color: Orchid. HEX triplet: DC, 83 and DA. RGB value is (220,131,218). Sum of RGB (Red+Green+Blue) = 220+131+218=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83DA is #237C25. Grayscale: #A7A7A7. Windows color (decimal): -2325542 or 14320604. OLE color: 14320604.
HSL color Cylindrical-coordinate representation of color #DC83DA: hue angle of 301.35º 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 #DC83DA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 218 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 301.35º | 0.56% | 0.69% | - |
| HSV(B) | 301.35º | 0.4% | 0.86% | - |
| XYZ | 50.29 | 36.51 | 70.73 | - |
| YUV | 167.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 218 | 0 | 0.40 | 0.01 | 0.14 | 301.35 | 0.56 | 0.69 |
| Hex | DC | 83 | DA | 0 | 28 | 1 | E | 12D | 38 | 45 |
| Octal | 334 | 203 | 332 | 0 | 50 | 1 | 16 | 455 | 70 | 105 |
| Binary | 11011100 | 10000011 | 11011010 | 0 | 101000 | 1 | 1110 | 100101101 | 111000 | 1000101 |
Color Harmonies of #DC83DA
Complementary color
Monochromatic Colors of #DC83DA
Black with #DC83DA
Text Example
Text Example
White with #DC83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83DA; }
p { color: rgb(220,131,218); }
H1.HeaderClassName
{
color: #DC83DA;
}
.AnyTagClassName
{
color: #DC83DA;
}
</style>
background-color css
<style>
a { background-color: #DC83DA; }
a { background-color: rgb(220,131,218); }
div.DivClassName
{
background-color: #DC83DA;
}
.BgClassName
{
background-color: #DC83DA;
}
</style>
border-color css
<style>
span { border-color: #DC83DA; }
span { border-color: rgb(220,131,218); }
td.TdClassName
{
border-color: #DC83DA;
}
.TagClassName
{
border-color: #DC83DA;
}
</style>