Shades of Orchid #DC85D9
Tints of Orchid #DC85D9
RGB
CMYK
RGB Variations
Color information
#DC85D9 (or 0xDC85D9) is known color: Orchid. HEX triplet: DC, 85 and D9. RGB value is (220,133,217). Sum of RGB (Red+Green+Blue) = 220+133+217=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85D9 is #237A26. Grayscale: #A8A8A8. Windows color (decimal): -2325031 or 14255580. OLE color: 14255580.
HSL color Cylindrical-coordinate representation of color #DC85D9: hue angle of 302.07º degrees, saturation: 0.55, 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 #DC85D9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 217 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 302.07º | 0.55% | 0.69% | - |
| HSV(B) | 302.07º | 0.4% | 0.86% | - |
| XYZ | 50.43 | 37 | 70.13 | - |
| YUV | 168.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 217 | 0 | 0.40 | 0.01 | 0.14 | 302.07 | 0.55 | 0.69 |
| Hex | DC | 85 | D9 | 0 | 28 | 1 | E | 12E | 37 | 45 |
| Octal | 334 | 205 | 331 | 0 | 50 | 1 | 16 | 456 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11011001 | 0 | 101000 | 1 | 1110 | 100101110 | 110111 | 1000101 |
Color Harmonies of #DC85D9
Complementary color
Monochromatic Colors of #DC85D9
Black with #DC85D9
Text Example
Text Example
White with #DC85D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85D9; }
p { color: rgb(220,133,217); }
H1.HeaderClassName
{
color: #DC85D9;
}
.AnyTagClassName
{
color: #DC85D9;
}
</style>
background-color css
<style>
a { background-color: #DC85D9; }
a { background-color: rgb(220,133,217); }
div.DivClassName
{
background-color: #DC85D9;
}
.BgClassName
{
background-color: #DC85D9;
}
</style>
border-color css
<style>
span { border-color: #DC85D9; }
span { border-color: rgb(220,133,217); }
td.TdClassName
{
border-color: #DC85D9;
}
.TagClassName
{
border-color: #DC85D9;
}
</style>