Shades of Orchid #DD7BDE
Tints of Orchid #DD7BDE
RGB
CMYK
RGB Variations
Color information
#DD7BDE (or 0xDD7BDE) is known color: Orchid. HEX triplet: DD, 7B and DE. RGB value is (221,123,222). Sum of RGB (Red+Green+Blue) = 221+123+222=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BDE is #228421. Grayscale: #A3A3A3. Windows color (decimal): -2262050 or 14580701. OLE color: 14580701.
HSL color Cylindrical-coordinate representation of color #DD7BDE: hue angle of 299.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7BDE is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 222 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.13 |
| HSL | 299.39º | 0.6% | 0.68% | - |
| HSV(B) | 299.39º | 0.45% | 0.87% | - |
| XYZ | 50.09 | 34.81 | 73.19 | - |
| YUV | 163.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 222 | 0.00 | 0.45 | 0 | 0.13 | 299.39 | 0.6 | 0.68 |
| Hex | DD | 7B | DE | 0 | 2D | 0 | D | 12B | 3C | 44 |
| Octal | 335 | 173 | 336 | 0 | 55 | 0 | 15 | 453 | 74 | 104 |
| Binary | 11011101 | 1111011 | 11011110 | 0 | 101101 | 0 | 1101 | 100101011 | 111100 | 1000100 |
Color Harmonies of #DD7BDE
Complementary color
Monochromatic Colors of #DD7BDE
Black with #DD7BDE
Text Example
Text Example
White with #DD7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BDE; }
p { color: rgb(221,123,222); }
H1.HeaderClassName
{
color: #DD7BDE;
}
.AnyTagClassName
{
color: #DD7BDE;
}
</style>
background-color css
<style>
a { background-color: #DD7BDE; }
a { background-color: rgb(221,123,222); }
div.DivClassName
{
background-color: #DD7BDE;
}
.BgClassName
{
background-color: #DD7BDE;
}
</style>
border-color css
<style>
span { border-color: #DD7BDE; }
span { border-color: rgb(221,123,222); }
td.TdClassName
{
border-color: #DD7BDE;
}
.TagClassName
{
border-color: #DD7BDE;
}
</style>