Shades of Orchid #DD8BCB
Tints of Orchid #DD8BCB
RGB
CMYK
RGB Variations
Color information
#DD8BCB (or 0xDD8BCB) is known color: Orchid. HEX triplet: DD, 8B and CB. RGB value is (221,139,203). Sum of RGB (Red+Green+Blue) = 221+139+203=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BCB is #227434. Grayscale: #AAAAAA. Windows color (decimal): -2257973 or 13339613. OLE color: 13339613.
HSL color Cylindrical-coordinate representation of color #DD8BCB: hue angle of 313.17º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BCB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 203 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.13 |
| HSL | 313.17º | 0.55% | 0.71% | - |
| HSV(B) | 313.17º | 0.37% | 0.87% | - |
| XYZ | 49.83 | 38.15 | 61.24 | - |
| YUV | 170.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 203 | 0 | 0.37 | 0.08 | 0.13 | 313.17 | 0.55 | 0.71 |
| Hex | DD | 8B | CB | 0 | 25 | 8 | D | 139 | 37 | 47 |
| Octal | 335 | 213 | 313 | 0 | 45 | 10 | 15 | 471 | 67 | 107 |
| Binary | 11011101 | 10001011 | 11001011 | 0 | 100101 | 1000 | 1101 | 100111001 | 110111 | 1000111 |
Color Harmonies of #DD8BCB
Complementary color
Monochromatic Colors of #DD8BCB
Black with #DD8BCB
Text Example
Text Example
White with #DD8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BCB; }
p { color: rgb(221,139,203); }
H1.HeaderClassName
{
color: #DD8BCB;
}
.AnyTagClassName
{
color: #DD8BCB;
}
</style>
background-color css
<style>
a { background-color: #DD8BCB; }
a { background-color: rgb(221,139,203); }
div.DivClassName
{
background-color: #DD8BCB;
}
.BgClassName
{
background-color: #DD8BCB;
}
</style>
border-color css
<style>
span { border-color: #DD8BCB; }
span { border-color: rgb(221,139,203); }
td.TdClassName
{
border-color: #DD8BCB;
}
.TagClassName
{
border-color: #DD8BCB;
}
</style>