Shades of Orchid #DC8BCB
Tints of Orchid #DC8BCB
RGB
CMYK
RGB Variations
Color information
#DC8BCB (or 0xDC8BCB) is known color: Orchid. HEX triplet: DC, 8B and CB. RGB value is (220,139,203). Sum of RGB (Red+Green+Blue) = 220+139+203=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BCB is #237434. Grayscale: #AAAAAA. Windows color (decimal): -2323509 or 13339612. OLE color: 13339612.
HSL color Cylindrical-coordinate representation of color #DC8BCB: hue angle of 312.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BCB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 203 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.14 |
| HSL | 312.59º | 0.54% | 0.7% | - |
| HSV(B) | 312.59º | 0.37% | 0.86% | - |
| XYZ | 49.53 | 37.99 | 61.22 | - |
| YUV | 170.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 203 | 0 | 0.37 | 0.08 | 0.14 | 312.59 | 0.54 | 0.7 |
| Hex | DC | 8B | CB | 0 | 25 | 8 | E | 139 | 36 | 46 |
| Octal | 334 | 213 | 313 | 0 | 45 | 10 | 16 | 471 | 66 | 106 |
| Binary | 11011100 | 10001011 | 11001011 | 0 | 100101 | 1000 | 1110 | 100111001 | 110110 | 1000110 |
Color Harmonies of #DC8BCB
Complementary color
Monochromatic Colors of #DC8BCB
Black with #DC8BCB
Text Example
Text Example
White with #DC8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BCB; }
p { color: rgb(220,139,203); }
H1.HeaderClassName
{
color: #DC8BCB;
}
.AnyTagClassName
{
color: #DC8BCB;
}
</style>
background-color css
<style>
a { background-color: #DC8BCB; }
a { background-color: rgb(220,139,203); }
div.DivClassName
{
background-color: #DC8BCB;
}
.BgClassName
{
background-color: #DC8BCB;
}
</style>
border-color css
<style>
span { border-color: #DC8BCB; }
span { border-color: rgb(220,139,203); }
td.TdClassName
{
border-color: #DC8BCB;
}
.TagClassName
{
border-color: #DC8BCB;
}
</style>