Shades of Orchid #DD6ADF
Tints of Orchid #DD6ADF
RGB
CMYK
RGB Variations
Color information
#DD6ADF (or 0xDD6ADF) is known color: Orchid. HEX triplet: DD, 6A and DF. RGB value is (221,106,223). Sum of RGB (Red+Green+Blue) = 221+106+223=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ADF is #229520. Grayscale: #999999. Windows color (decimal): -2266401 or 14641885. OLE color: 14641885.
HSL color Cylindrical-coordinate representation of color #DD6ADF: hue angle of 298.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6ADF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 223 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.13 |
| HSL | 298.97º | 0.65% | 0.65% | - |
| HSV(B) | 298.97º | 0.52% | 0.87% | - |
| XYZ | 48.29 | 31.01 | 73.25 | - |
| YUV | 153.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 223 | 0.01 | 0.52 | 0 | 0.13 | 298.97 | 0.65 | 0.65 |
| Hex | DD | 6A | DF | 1 | 34 | 0 | D | 12B | 41 | 41 |
| Octal | 335 | 152 | 337 | 1 | 64 | 0 | 15 | 453 | 101 | 101 |
| Binary | 11011101 | 1101010 | 11011111 | 1 | 110100 | 0 | 1101 | 100101011 | 1000001 | 1000001 |
Color Harmonies of #DD6ADF
Complementary color
Monochromatic Colors of #DD6ADF
Black with #DD6ADF
Text Example
Text Example
White with #DD6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ADF; }
p { color: rgb(221,106,223); }
H1.HeaderClassName
{
color: #DD6ADF;
}
.AnyTagClassName
{
color: #DD6ADF;
}
</style>
background-color css
<style>
a { background-color: #DD6ADF; }
a { background-color: rgb(221,106,223); }
div.DivClassName
{
background-color: #DD6ADF;
}
.BgClassName
{
background-color: #DD6ADF;
}
</style>
border-color css
<style>
span { border-color: #DD6ADF; }
span { border-color: rgb(221,106,223); }
td.TdClassName
{
border-color: #DD6ADF;
}
.TagClassName
{
border-color: #DD6ADF;
}
</style>