Shades of Orchid #DD7BCE
Tints of Orchid #DD7BCE
RGB
CMYK
RGB Variations
Color information
#DD7BCE (or 0xDD7BCE) is known color: Orchid. HEX triplet: DD, 7B and CE. RGB value is (221,123,206). Sum of RGB (Red+Green+Blue) = 221+123+206=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BCE is #228431. Grayscale: #A1A1A1. Windows color (decimal): -2262066 or 13532125. OLE color: 13532125.
HSL color Cylindrical-coordinate representation of color #DD7BCE: hue angle of 309.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BCE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 206 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.13 |
| HSL | 309.18º | 0.59% | 0.67% | - |
| HSV(B) | 309.18º | 0.44% | 0.87% | - |
| XYZ | 48.04 | 33.99 | 62.42 | - |
| YUV | 161.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 206 | 0 | 0.44 | 0.07 | 0.13 | 309.18 | 0.59 | 0.67 |
| Hex | DD | 7B | CE | 0 | 2C | 7 | D | 135 | 3B | 43 |
| Octal | 335 | 173 | 316 | 0 | 54 | 7 | 15 | 465 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11001110 | 0 | 101100 | 111 | 1101 | 100110101 | 111011 | 1000011 |
Color Harmonies of #DD7BCE
Complementary color
Monochromatic Colors of #DD7BCE
Black with #DD7BCE
Text Example
Text Example
White with #DD7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BCE; }
p { color: rgb(221,123,206); }
H1.HeaderClassName
{
color: #DD7BCE;
}
.AnyTagClassName
{
color: #DD7BCE;
}
</style>
background-color css
<style>
a { background-color: #DD7BCE; }
a { background-color: rgb(221,123,206); }
div.DivClassName
{
background-color: #DD7BCE;
}
.BgClassName
{
background-color: #DD7BCE;
}
</style>
border-color css
<style>
span { border-color: #DD7BCE; }
span { border-color: rgb(221,123,206); }
td.TdClassName
{
border-color: #DD7BCE;
}
.TagClassName
{
border-color: #DD7BCE;
}
</style>