Shades of Orchid #DD6ADC
Tints of Orchid #DD6ADC
RGB
CMYK
RGB Variations
Color information
#DD6ADC (or 0xDD6ADC) is known color: Orchid. HEX triplet: DD, 6A and DC. RGB value is (221,106,220). Sum of RGB (Red+Green+Blue) = 221+106+220=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ADC is #229523. Grayscale: #999999. Windows color (decimal): -2266404 or 14445277. OLE color: 14445277.
HSL color Cylindrical-coordinate representation of color #DD6ADC: hue angle of 300.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6ADC is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 220 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.13 |
| HSL | 300.52º | 0.63% | 0.64% | - |
| HSV(B) | 300.52º | 0.52% | 0.87% | - |
| XYZ | 47.89 | 30.85 | 71.14 | - |
| YUV | 153.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 220 | 0 | 0.52 | 0.00 | 0.13 | 300.52 | 0.63 | 0.64 |
| Hex | DD | 6A | DC | 0 | 34 | 0 | D | 12D | 3F | 40 |
| Octal | 335 | 152 | 334 | 0 | 64 | 0 | 15 | 455 | 77 | 100 |
| Binary | 11011101 | 1101010 | 11011100 | 0 | 110100 | 0 | 1101 | 100101101 | 111111 | 1000000 |
Color Harmonies of #DD6ADC
Complementary color
Monochromatic Colors of #DD6ADC
Black with #DD6ADC
Text Example
Text Example
White with #DD6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ADC; }
p { color: rgb(221,106,220); }
H1.HeaderClassName
{
color: #DD6ADC;
}
.AnyTagClassName
{
color: #DD6ADC;
}
</style>
background-color css
<style>
a { background-color: #DD6ADC; }
a { background-color: rgb(221,106,220); }
div.DivClassName
{
background-color: #DD6ADC;
}
.BgClassName
{
background-color: #DD6ADC;
}
</style>
border-color css
<style>
span { border-color: #DD6ADC; }
span { border-color: rgb(221,106,220); }
td.TdClassName
{
border-color: #DD6ADC;
}
.TagClassName
{
border-color: #DD6ADC;
}
</style>