Shades of Orchid #DC85DD
Tints of Orchid #DC85DD
RGB
CMYK
RGB Variations
Color information
#DC85DD (or 0xDC85DD) is known color: Orchid. HEX triplet: DC, 85 and DD. RGB value is (220,133,221). Sum of RGB (Red+Green+Blue) = 220+133+221=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85DD is #237A22. Grayscale: #A8A8A8. Windows color (decimal): -2325027 or 14517724. OLE color: 14517724.
HSL color Cylindrical-coordinate representation of color #DC85DD: hue angle of 299.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85DD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 133 | 221 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.13 |
| HSL | 299.32º | 0.56% | 0.69% | - |
| HSV(B) | 299.32º | 0.4% | 0.87% | - |
| XYZ | 50.95 | 37.21 | 72.9 | - |
| YUV | 169.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 221 | 0.00 | 0.40 | 0 | 0.13 | 299.32 | 0.56 | 0.69 |
| Hex | DC | 85 | DD | 0 | 28 | 0 | D | 12B | 38 | 45 |
| Octal | 334 | 205 | 335 | 0 | 50 | 0 | 15 | 453 | 70 | 105 |
| Binary | 11011100 | 10000101 | 11011101 | 0 | 101000 | 0 | 1101 | 100101011 | 111000 | 1000101 |
Color Harmonies of #DC85DD
Complementary color
Monochromatic Colors of #DC85DD
Black with #DC85DD
Text Example
Text Example
White with #DC85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85DD; }
p { color: rgb(220,133,221); }
H1.HeaderClassName
{
color: #DC85DD;
}
.AnyTagClassName
{
color: #DC85DD;
}
</style>
background-color css
<style>
a { background-color: #DC85DD; }
a { background-color: rgb(220,133,221); }
div.DivClassName
{
background-color: #DC85DD;
}
.BgClassName
{
background-color: #DC85DD;
}
</style>
border-color css
<style>
span { border-color: #DC85DD; }
span { border-color: rgb(220,133,221); }
td.TdClassName
{
border-color: #DC85DD;
}
.TagClassName
{
border-color: #DC85DD;
}
</style>