Shades of Orchid #DC85DF
Tints of Orchid #DC85DF
RGB
CMYK
RGB Variations
Color information
#DC85DF (or 0xDC85DF) is known color: Orchid. HEX triplet: DC, 85 and DF. RGB value is (220,133,223). Sum of RGB (Red+Green+Blue) = 220+133+223=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DF is #237A20. Grayscale: #A9A9A9. Windows color (decimal): -2325025 or 14648796. OLE color: 14648796.
HSL color Cylindrical-coordinate representation of color #DC85DF: hue angle of 298º degrees, saturation: 0.58, 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 #DC85DF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 133 | 223 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.13 |
| HSL | 298º | 0.58% | 0.7% | - |
| HSV(B) | 298º | 0.4% | 0.87% | - |
| XYZ | 51.22 | 37.32 | 74.32 | - |
| YUV | 169.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 223 | 0.01 | 0.40 | 0 | 0.13 | 298 | 0.58 | 0.7 |
| Hex | DC | 85 | DF | 1 | 28 | 0 | D | 12A | 3A | 46 |
| Octal | 334 | 205 | 337 | 1 | 50 | 0 | 15 | 452 | 72 | 106 |
| Binary | 11011100 | 10000101 | 11011111 | 1 | 101000 | 0 | 1101 | 100101010 | 111010 | 1000110 |
Color Harmonies of #DC85DF
Complementary color
Monochromatic Colors of #DC85DF
Black with #DC85DF
Text Example
Text Example
White with #DC85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85DF; }
p { color: rgb(220,133,223); }
H1.HeaderClassName
{
color: #DC85DF;
}
.AnyTagClassName
{
color: #DC85DF;
}
</style>
background-color css
<style>
a { background-color: #DC85DF; }
a { background-color: rgb(220,133,223); }
div.DivClassName
{
background-color: #DC85DF;
}
.BgClassName
{
background-color: #DC85DF;
}
</style>
border-color css
<style>
span { border-color: #DC85DF; }
span { border-color: rgb(220,133,223); }
td.TdClassName
{
border-color: #DC85DF;
}
.TagClassName
{
border-color: #DC85DF;
}
</style>