Shades of Orchid #DC85DA
Tints of Orchid #DC85DA
RGB
CMYK
RGB Variations
Color information
#DC85DA (or 0xDC85DA) is known color: Orchid. HEX triplet: DC, 85 and DA. RGB value is (220,133,218). Sum of RGB (Red+Green+Blue) = 220+133+218=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DA is #237A25. Grayscale: #A8A8A8. Windows color (decimal): -2325030 or 14321116. OLE color: 14321116.
HSL color Cylindrical-coordinate representation of color #DC85DA: hue angle of 301.38º 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 #DC85DA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 218 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.14 |
| HSL | 301.38º | 0.55% | 0.69% | - |
| HSV(B) | 301.38º | 0.4% | 0.86% | - |
| XYZ | 50.56 | 37.05 | 70.82 | - |
| YUV | 168.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 218 | 0 | 0.40 | 0.01 | 0.14 | 301.38 | 0.55 | 0.69 |
| Hex | DC | 85 | DA | 0 | 28 | 1 | E | 12D | 37 | 45 |
| Octal | 334 | 205 | 332 | 0 | 50 | 1 | 16 | 455 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11011010 | 0 | 101000 | 1 | 1110 | 100101101 | 110111 | 1000101 |
Color Harmonies of #DC85DA
Complementary color
Monochromatic Colors of #DC85DA
Black with #DC85DA
Text Example
Text Example
White with #DC85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85DA; }
p { color: rgb(220,133,218); }
H1.HeaderClassName
{
color: #DC85DA;
}
.AnyTagClassName
{
color: #DC85DA;
}
</style>
background-color css
<style>
a { background-color: #DC85DA; }
a { background-color: rgb(220,133,218); }
div.DivClassName
{
background-color: #DC85DA;
}
.BgClassName
{
background-color: #DC85DA;
}
</style>
border-color css
<style>
span { border-color: #DC85DA; }
span { border-color: rgb(220,133,218); }
td.TdClassName
{
border-color: #DC85DA;
}
.TagClassName
{
border-color: #DC85DA;
}
</style>