Shades of Orchid #DC82D1
Tints of Orchid #DC82D1
RGB
CMYK
RGB Variations
Color information
#DC82D1 (or 0xDC82D1) is known color: Orchid. HEX triplet: DC, 82 and D1. RGB value is (220,130,209). Sum of RGB (Red+Green+Blue) = 220+130+209=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82D1 is #237D2E. Grayscale: #A5A5A5. Windows color (decimal): -2325807 or 13730524. OLE color: 13730524.
HSL color Cylindrical-coordinate representation of color #DC82D1: hue angle of 307.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 #DC82D1 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 209 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.14 |
| HSL | 307.33º | 0.56% | 0.69% | - |
| HSV(B) | 307.33º | 0.41% | 0.86% | - |
| XYZ | 49.01 | 35.78 | 64.65 | - |
| YUV | 165.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 209 | 0 | 0.41 | 0.05 | 0.14 | 307.33 | 0.56 | 0.69 |
| Hex | DC | 82 | D1 | 0 | 29 | 5 | E | 133 | 38 | 45 |
| Octal | 334 | 202 | 321 | 0 | 51 | 5 | 16 | 463 | 70 | 105 |
| Binary | 11011100 | 10000010 | 11010001 | 0 | 101001 | 101 | 1110 | 100110011 | 111000 | 1000101 |
Color Harmonies of #DC82D1
Complementary color
Monochromatic Colors of #DC82D1
Black with #DC82D1
Text Example
Text Example
White with #DC82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82D1; }
p { color: rgb(220,130,209); }
H1.HeaderClassName
{
color: #DC82D1;
}
.AnyTagClassName
{
color: #DC82D1;
}
</style>
background-color css
<style>
a { background-color: #DC82D1; }
a { background-color: rgb(220,130,209); }
div.DivClassName
{
background-color: #DC82D1;
}
.BgClassName
{
background-color: #DC82D1;
}
</style>
border-color css
<style>
span { border-color: #DC82D1; }
span { border-color: rgb(220,130,209); }
td.TdClassName
{
border-color: #DC82D1;
}
.TagClassName
{
border-color: #DC82D1;
}
</style>