Shades of Orchid #DC85D6
Tints of Orchid #DC85D6
RGB
CMYK
RGB Variations
Color information
#DC85D6 (or 0xDC85D6) is known color: Orchid. HEX triplet: DC, 85 and D6. RGB value is (220,133,214). Sum of RGB (Red+Green+Blue) = 220+133+214=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85D6 is #237A29. Grayscale: #A8A8A8. Windows color (decimal): -2325034 or 14058972. OLE color: 14058972.
HSL color Cylindrical-coordinate representation of color #DC85D6: hue angle of 304.14º 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 #DC85D6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 214 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.14 |
| HSL | 304.14º | 0.55% | 0.69% | - |
| HSV(B) | 304.14º | 0.4% | 0.86% | - |
| XYZ | 50.04 | 36.85 | 68.09 | - |
| YUV | 168.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 214 | 0 | 0.40 | 0.03 | 0.14 | 304.14 | 0.55 | 0.69 |
| Hex | DC | 85 | D6 | 0 | 28 | 3 | E | 130 | 37 | 45 |
| Octal | 334 | 205 | 326 | 0 | 50 | 3 | 16 | 460 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11010110 | 0 | 101000 | 11 | 1110 | 100110000 | 110111 | 1000101 |
Color Harmonies of #DC85D6
Complementary color
Monochromatic Colors of #DC85D6
Black with #DC85D6
Text Example
Text Example
White with #DC85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85D6; }
p { color: rgb(220,133,214); }
H1.HeaderClassName
{
color: #DC85D6;
}
.AnyTagClassName
{
color: #DC85D6;
}
</style>
background-color css
<style>
a { background-color: #DC85D6; }
a { background-color: rgb(220,133,214); }
div.DivClassName
{
background-color: #DC85D6;
}
.BgClassName
{
background-color: #DC85D6;
}
</style>
border-color css
<style>
span { border-color: #DC85D6; }
span { border-color: rgb(220,133,214); }
td.TdClassName
{
border-color: #DC85D6;
}
.TagClassName
{
border-color: #DC85D6;
}
</style>