Shades of Orchid #DC82DA
Tints of Orchid #DC82DA
RGB
CMYK
RGB Variations
Color information
#DC82DA (or 0xDC82DA) is known color: Orchid. HEX triplet: DC, 82 and DA. RGB value is (220,130,218). Sum of RGB (Red+Green+Blue) = 220+130+218=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82DA is #237D25. Grayscale: #A6A6A6. Windows color (decimal): -2325798 or 14320348. OLE color: 14320348.
HSL color Cylindrical-coordinate representation of color #DC82DA: hue angle of 301.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82DA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 218 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.14 |
| HSL | 301.33º | 0.56% | 0.69% | - |
| HSV(B) | 301.33º | 0.41% | 0.86% | - |
| XYZ | 50.15 | 36.24 | 70.68 | - |
| YUV | 166.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 218 | 0 | 0.41 | 0.01 | 0.14 | 301.33 | 0.56 | 0.69 |
| Hex | DC | 82 | DA | 0 | 29 | 1 | E | 12D | 38 | 45 |
| Octal | 334 | 202 | 332 | 0 | 51 | 1 | 16 | 455 | 70 | 105 |
| Binary | 11011100 | 10000010 | 11011010 | 0 | 101001 | 1 | 1110 | 100101101 | 111000 | 1000101 |
Color Harmonies of #DC82DA
Complementary color
Monochromatic Colors of #DC82DA
Black with #DC82DA
Text Example
Text Example
White with #DC82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82DA; }
p { color: rgb(220,130,218); }
H1.HeaderClassName
{
color: #DC82DA;
}
.AnyTagClassName
{
color: #DC82DA;
}
</style>
background-color css
<style>
a { background-color: #DC82DA; }
a { background-color: rgb(220,130,218); }
div.DivClassName
{
background-color: #DC82DA;
}
.BgClassName
{
background-color: #DC82DA;
}
</style>
border-color css
<style>
span { border-color: #DC82DA; }
span { border-color: rgb(220,130,218); }
td.TdClassName
{
border-color: #DC82DA;
}
.TagClassName
{
border-color: #DC82DA;
}
</style>