Shades of Orchid #DD7ADF
Tints of Orchid #DD7ADF
RGB
CMYK
RGB Variations
Color information
#DD7ADF (or 0xDD7ADF) is known color: Orchid. HEX triplet: DD, 7A and DF. RGB value is (221,122,223). Sum of RGB (Red+Green+Blue) = 221+122+223=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADF is #228520. Grayscale: #A2A2A2. Windows color (decimal): -2262305 or 14645981. OLE color: 14645981.
HSL color Cylindrical-coordinate representation of color #DD7ADF: hue angle of 298.81º degrees, saturation: 0.61, 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 #DD7ADF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 223 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.13 |
| HSL | 298.81º | 0.61% | 0.68% | - |
| HSV(B) | 298.81º | 0.45% | 0.87% | - |
| XYZ | 50.1 | 34.62 | 73.85 | - |
| YUV | 163.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 223 | 0.01 | 0.45 | 0 | 0.13 | 298.81 | 0.61 | 0.68 |
| Hex | DD | 7A | DF | 1 | 2D | 0 | D | 12B | 3D | 44 |
| Octal | 335 | 172 | 337 | 1 | 55 | 0 | 15 | 453 | 75 | 104 |
| Binary | 11011101 | 1111010 | 11011111 | 1 | 101101 | 0 | 1101 | 100101011 | 111101 | 1000100 |
Color Harmonies of #DD7ADF
Complementary color
Monochromatic Colors of #DD7ADF
Black with #DD7ADF
Text Example
Text Example
White with #DD7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7ADF; }
p { color: rgb(221,122,223); }
H1.HeaderClassName
{
color: #DD7ADF;
}
.AnyTagClassName
{
color: #DD7ADF;
}
</style>
background-color css
<style>
a { background-color: #DD7ADF; }
a { background-color: rgb(221,122,223); }
div.DivClassName
{
background-color: #DD7ADF;
}
.BgClassName
{
background-color: #DD7ADF;
}
</style>
border-color css
<style>
span { border-color: #DD7ADF; }
span { border-color: rgb(221,122,223); }
td.TdClassName
{
border-color: #DD7ADF;
}
.TagClassName
{
border-color: #DD7ADF;
}
</style>