Shades of Orchid #DC85C9
Tints of Orchid #DC85C9
RGB
CMYK
RGB Variations
Color information
#DC85C9 (or 0xDC85C9) is known color: Orchid. HEX triplet: DC, 85 and C9. RGB value is (220,133,201). Sum of RGB (Red+Green+Blue) = 220+133+201=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C9 is #237A36. Grayscale: #A6A6A6. Windows color (decimal): -2325047 or 13207004. OLE color: 13207004.
HSL color Cylindrical-coordinate representation of color #DC85C9: hue angle of 313.1º 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 #DC85C9 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 201 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.14 |
| HSL | 313.1º | 0.55% | 0.69% | - |
| HSV(B) | 313.1º | 0.4% | 0.86% | - |
| XYZ | 48.45 | 36.21 | 59.69 | - |
| YUV | 166.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 201 | 0 | 0.40 | 0.09 | 0.14 | 313.1 | 0.55 | 0.69 |
| Hex | DC | 85 | C9 | 0 | 28 | 9 | E | 139 | 37 | 45 |
| Octal | 334 | 205 | 311 | 0 | 50 | 11 | 16 | 471 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11001001 | 0 | 101000 | 1001 | 1110 | 100111001 | 110111 | 1000101 |
Color Harmonies of #DC85C9
Complementary color
Monochromatic Colors of #DC85C9
Black with #DC85C9
Text Example
Text Example
White with #DC85C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85C9; }
p { color: rgb(220,133,201); }
H1.HeaderClassName
{
color: #DC85C9;
}
.AnyTagClassName
{
color: #DC85C9;
}
</style>
background-color css
<style>
a { background-color: #DC85C9; }
a { background-color: rgb(220,133,201); }
div.DivClassName
{
background-color: #DC85C9;
}
.BgClassName
{
background-color: #DC85C9;
}
</style>
border-color css
<style>
span { border-color: #DC85C9; }
span { border-color: rgb(220,133,201); }
td.TdClassName
{
border-color: #DC85C9;
}
.TagClassName
{
border-color: #DC85C9;
}
</style>