Shades of Orchid #DD7CCB
Tints of Orchid #DD7CCB
RGB
CMYK
RGB Variations
Color information
#DD7CCB (or 0xDD7CCB) is known color: Orchid. HEX triplet: DD, 7C and CB. RGB value is (221,124,203). Sum of RGB (Red+Green+Blue) = 221+124+203=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CCB is #228334. Grayscale: #A1A1A1. Windows color (decimal): -2261813 or 13335773. OLE color: 13335773.
HSL color Cylindrical-coordinate representation of color #DD7CCB: hue angle of 311.13º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CCB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 203 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.13 |
| HSL | 311.13º | 0.59% | 0.68% | - |
| HSV(B) | 311.13º | 0.44% | 0.87% | - |
| XYZ | 47.81 | 34.1 | 60.56 | - |
| YUV | 162.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 203 | 0 | 0.44 | 0.08 | 0.13 | 311.13 | 0.59 | 0.68 |
| Hex | DD | 7C | CB | 0 | 2C | 8 | D | 137 | 3B | 44 |
| Octal | 335 | 174 | 313 | 0 | 54 | 10 | 15 | 467 | 73 | 104 |
| Binary | 11011101 | 1111100 | 11001011 | 0 | 101100 | 1000 | 1101 | 100110111 | 111011 | 1000100 |
Color Harmonies of #DD7CCB
Complementary color
Monochromatic Colors of #DD7CCB
Black with #DD7CCB
Text Example
Text Example
White with #DD7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CCB; }
p { color: rgb(221,124,203); }
H1.HeaderClassName
{
color: #DD7CCB;
}
.AnyTagClassName
{
color: #DD7CCB;
}
</style>
background-color css
<style>
a { background-color: #DD7CCB; }
a { background-color: rgb(221,124,203); }
div.DivClassName
{
background-color: #DD7CCB;
}
.BgClassName
{
background-color: #DD7CCB;
}
</style>
border-color css
<style>
span { border-color: #DD7CCB; }
span { border-color: rgb(221,124,203); }
td.TdClassName
{
border-color: #DD7CCB;
}
.TagClassName
{
border-color: #DD7CCB;
}
</style>