Shades of Orchid #DC85D2
Tints of Orchid #DC85D2
RGB
CMYK
RGB Variations
Color information
#DC85D2 (or 0xDC85D2) is known color: Orchid. HEX triplet: DC, 85 and D2. RGB value is (220,133,210). Sum of RGB (Red+Green+Blue) = 220+133+210=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85D2 is #237A2D. Grayscale: #A7A7A7. Windows color (decimal): -2325038 or 13796828. OLE color: 13796828.
HSL color Cylindrical-coordinate representation of color #DC85D2: hue angle of 306.9º 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 #DC85D2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 210 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.14 |
| HSL | 306.9º | 0.55% | 0.69% | - |
| HSV(B) | 306.9º | 0.4% | 0.86% | - |
| XYZ | 49.54 | 36.64 | 65.43 | - |
| YUV | 167.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 210 | 0 | 0.40 | 0.05 | 0.14 | 306.9 | 0.55 | 0.69 |
| Hex | DC | 85 | D2 | 0 | 28 | 5 | E | 133 | 37 | 45 |
| Octal | 334 | 205 | 322 | 0 | 50 | 5 | 16 | 463 | 67 | 105 |
| Binary | 11011100 | 10000101 | 11010010 | 0 | 101000 | 101 | 1110 | 100110011 | 110111 | 1000101 |
Color Harmonies of #DC85D2
Complementary color
Monochromatic Colors of #DC85D2
Black with #DC85D2
Text Example
Text Example
White with #DC85D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85D2; }
p { color: rgb(220,133,210); }
H1.HeaderClassName
{
color: #DC85D2;
}
.AnyTagClassName
{
color: #DC85D2;
}
</style>
background-color css
<style>
a { background-color: #DC85D2; }
a { background-color: rgb(220,133,210); }
div.DivClassName
{
background-color: #DC85D2;
}
.BgClassName
{
background-color: #DC85D2;
}
</style>
border-color css
<style>
span { border-color: #DC85D2; }
span { border-color: rgb(220,133,210); }
td.TdClassName
{
border-color: #DC85D2;
}
.TagClassName
{
border-color: #DC85D2;
}
</style>