Shades of Orchid #DC84D9
Tints of Orchid #DC84D9
RGB
CMYK
RGB Variations
Color information
#DC84D9 (or 0xDC84D9) is known color: Orchid. HEX triplet: DC, 84 and D9. RGB value is (220,132,217). Sum of RGB (Red+Green+Blue) = 220+132+217=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D9 is #237B26. Grayscale: #A7A7A7. Windows color (decimal): -2325287 or 14255324. OLE color: 14255324.
HSL color Cylindrical-coordinate representation of color #DC84D9: hue angle of 302.05º 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 #DC84D9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 217 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 302.05º | 0.56% | 0.69% | - |
| HSV(B) | 302.05º | 0.4% | 0.86% | - |
| XYZ | 50.29 | 36.73 | 70.08 | - |
| YUV | 168 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 217 | 0 | 0.40 | 0.01 | 0.14 | 302.05 | 0.56 | 0.69 |
| Hex | DC | 84 | D9 | 0 | 28 | 1 | E | 12E | 38 | 45 |
| Octal | 334 | 204 | 331 | 0 | 50 | 1 | 16 | 456 | 70 | 105 |
| Binary | 11011100 | 10000100 | 11011001 | 0 | 101000 | 1 | 1110 | 100101110 | 111000 | 1000101 |
Color Harmonies of #DC84D9
Complementary color
Monochromatic Colors of #DC84D9
Black with #DC84D9
Text Example
Text Example
White with #DC84D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84D9; }
p { color: rgb(220,132,217); }
H1.HeaderClassName
{
color: #DC84D9;
}
.AnyTagClassName
{
color: #DC84D9;
}
</style>
background-color css
<style>
a { background-color: #DC84D9; }
a { background-color: rgb(220,132,217); }
div.DivClassName
{
background-color: #DC84D9;
}
.BgClassName
{
background-color: #DC84D9;
}
</style>
border-color css
<style>
span { border-color: #DC84D9; }
span { border-color: rgb(220,132,217); }
td.TdClassName
{
border-color: #DC84D9;
}
.TagClassName
{
border-color: #DC84D9;
}
</style>