Shades of Orchid #DD7BDD
Tints of Orchid #DD7BDD
RGB
CMYK
RGB Variations
Color information
#DD7BDD (or 0xDD7BDD) is known color: Orchid. HEX triplet: DD, 7B and DD. RGB value is (221,123,221). Sum of RGB (Red+Green+Blue) = 221+123+221=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BDD is #228422. Grayscale: #A3A3A3. Windows color (decimal): -2262051 or 14515165. OLE color: 14515165.
HSL color Cylindrical-coordinate representation of color #DD7BDD: hue angle of 300º 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 #DD7BDD is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 221 | - |
| CMYK | 0 | 0.44 | 0 | 0.13 |
| HSL | 300º | 0.59% | 0.67% | - |
| HSV(B) | 300º | 0.44% | 0.87% | - |
| XYZ | 49.95 | 34.76 | 72.48 | - |
| YUV | 163.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 221 | 0 | 0.44 | 0 | 0.13 | 300 | 0.59 | 0.67 |
| Hex | DD | 7B | DD | 0 | 2C | 0 | D | 12C | 3B | 43 |
| Octal | 335 | 173 | 335 | 0 | 54 | 0 | 15 | 454 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11011101 | 0 | 101100 | 0 | 1101 | 100101100 | 111011 | 1000011 |
Color Harmonies of #DD7BDD
Complementary color
Monochromatic Colors of #DD7BDD
Black with #DD7BDD
Text Example
Text Example
White with #DD7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BDD; }
p { color: rgb(221,123,221); }
H1.HeaderClassName
{
color: #DD7BDD;
}
.AnyTagClassName
{
color: #DD7BDD;
}
</style>
background-color css
<style>
a { background-color: #DD7BDD; }
a { background-color: rgb(221,123,221); }
div.DivClassName
{
background-color: #DD7BDD;
}
.BgClassName
{
background-color: #DD7BDD;
}
</style>
border-color css
<style>
span { border-color: #DD7BDD; }
span { border-color: rgb(221,123,221); }
td.TdClassName
{
border-color: #DD7BDD;
}
.TagClassName
{
border-color: #DD7BDD;
}
</style>