Shades of Orchid #DC85DE
Tints of Orchid #DC85DE
RGB
CMYK
RGB Variations
Color information
#DC85DE (or 0xDC85DE) is known color: Orchid. HEX triplet: DC, 85 and DE. RGB value is (220,133,222). Sum of RGB (Red+Green+Blue) = 220+133+222=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DE is #237A21. Grayscale: #A8A8A8. Windows color (decimal): -2325026 or 14583260. OLE color: 14583260.
HSL color Cylindrical-coordinate representation of color #DC85DE: hue angle of 298.65º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85DE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 133 | 222 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.13 |
| HSL | 298.65º | 0.57% | 0.7% | - |
| HSV(B) | 298.65º | 0.4% | 0.87% | - |
| XYZ | 51.09 | 37.26 | 73.61 | - |
| YUV | 169.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 222 | 0.01 | 0.40 | 0 | 0.13 | 298.65 | 0.57 | 0.7 |
| Hex | DC | 85 | DE | 1 | 28 | 0 | D | 12B | 39 | 46 |
| Octal | 334 | 205 | 336 | 1 | 50 | 0 | 15 | 453 | 71 | 106 |
| Binary | 11011100 | 10000101 | 11011110 | 1 | 101000 | 0 | 1101 | 100101011 | 111001 | 1000110 |
Color Harmonies of #DC85DE
Complementary color
Monochromatic Colors of #DC85DE
Black with #DC85DE
Text Example
Text Example
White with #DC85DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85DE; }
p { color: rgb(220,133,222); }
H1.HeaderClassName
{
color: #DC85DE;
}
.AnyTagClassName
{
color: #DC85DE;
}
</style>
background-color css
<style>
a { background-color: #DC85DE; }
a { background-color: rgb(220,133,222); }
div.DivClassName
{
background-color: #DC85DE;
}
.BgClassName
{
background-color: #DC85DE;
}
</style>
border-color css
<style>
span { border-color: #DC85DE; }
span { border-color: rgb(220,133,222); }
td.TdClassName
{
border-color: #DC85DE;
}
.TagClassName
{
border-color: #DC85DE;
}
</style>