Shades of Orchid #DD7ADE
Tints of Orchid #DD7ADE
RGB
CMYK
RGB Variations
Color information
#DD7ADE (or 0xDD7ADE) is known color: Orchid. HEX triplet: DD, 7A and DE. RGB value is (221,122,222). Sum of RGB (Red+Green+Blue) = 221+122+222=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADE is #228521. Grayscale: #A2A2A2. Windows color (decimal): -2262306 or 14580445. OLE color: 14580445.
HSL color Cylindrical-coordinate representation of color #DD7ADE: hue angle of 299.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7ADE is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 222 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.13 |
| HSL | 299.4º | 0.6% | 0.67% | - |
| HSV(B) | 299.4º | 0.45% | 0.87% | - |
| XYZ | 49.96 | 34.57 | 73.15 | - |
| YUV | 163 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 222 | 0.00 | 0.45 | 0 | 0.13 | 299.4 | 0.6 | 0.67 |
| Hex | DD | 7A | DE | 0 | 2D | 0 | D | 12B | 3C | 43 |
| Octal | 335 | 172 | 336 | 0 | 55 | 0 | 15 | 453 | 74 | 103 |
| Binary | 11011101 | 1111010 | 11011110 | 0 | 101101 | 0 | 1101 | 100101011 | 111100 | 1000011 |
Color Harmonies of #DD7ADE
Complementary color
Monochromatic Colors of #DD7ADE
Black with #DD7ADE
Text Example
Text Example
White with #DD7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ADE; }
p { color: rgb(221,122,222); }
H1.HeaderClassName
{
color: #DD7ADE;
}
.AnyTagClassName
{
color: #DD7ADE;
}
</style>
background-color css
<style>
a { background-color: #DD7ADE; }
a { background-color: rgb(221,122,222); }
div.DivClassName
{
background-color: #DD7ADE;
}
.BgClassName
{
background-color: #DD7ADE;
}
</style>
border-color css
<style>
span { border-color: #DD7ADE; }
span { border-color: rgb(221,122,222); }
td.TdClassName
{
border-color: #DD7ADE;
}
.TagClassName
{
border-color: #DD7ADE;
}
</style>