Shades of Orchid #DC82C7
Tints of Orchid #DC82C7
RGB
CMYK
RGB Variations
Color information
#DC82C7 (or 0xDC82C7) is known color: Orchid. HEX triplet: DC, 82 and C7. RGB value is (220,130,199). Sum of RGB (Red+Green+Blue) = 220+130+199=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82C7 is #237D38. Grayscale: #A4A4A4. Windows color (decimal): -2325817 or 13075164. OLE color: 13075164.
HSL color Cylindrical-coordinate representation of color #DC82C7: hue angle of 314º 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 #DC82C7 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 199 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.14 |
| HSL | 314º | 0.56% | 0.69% | - |
| HSV(B) | 314º | 0.41% | 0.86% | - |
| XYZ | 47.81 | 35.3 | 58.33 | - |
| YUV | 164.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 199 | 0 | 0.41 | 0.10 | 0.14 | 314 | 0.56 | 0.69 |
| Hex | DC | 82 | C7 | 0 | 29 | A | E | 13A | 38 | 45 |
| Octal | 334 | 202 | 307 | 0 | 51 | 12 | 16 | 472 | 70 | 105 |
| Binary | 11011100 | 10000010 | 11000111 | 0 | 101001 | 1010 | 1110 | 100111010 | 111000 | 1000101 |
Color Harmonies of #DC82C7
Complementary color
Monochromatic Colors of #DC82C7
Black with #DC82C7
Text Example
Text Example
White with #DC82C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82C7; }
p { color: rgb(220,130,199); }
H1.HeaderClassName
{
color: #DC82C7;
}
.AnyTagClassName
{
color: #DC82C7;
}
</style>
background-color css
<style>
a { background-color: #DC82C7; }
a { background-color: rgb(220,130,199); }
div.DivClassName
{
background-color: #DC82C7;
}
.BgClassName
{
background-color: #DC82C7;
}
</style>
border-color css
<style>
span { border-color: #DC82C7; }
span { border-color: rgb(220,130,199); }
td.TdClassName
{
border-color: #DC82C7;
}
.TagClassName
{
border-color: #DC82C7;
}
</style>