Shades of Orchid #DD6ADD
Tints of Orchid #DD6ADD
RGB
CMYK
RGB Variations
Color information
#DD6ADD (or 0xDD6ADD) is known color: Orchid. HEX triplet: DD, 6A and DD. RGB value is (221,106,221). Sum of RGB (Red+Green+Blue) = 221+106+221=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ADD is #229522. Grayscale: #999999. Windows color (decimal): -2266403 or 14510813. OLE color: 14510813.
HSL color Cylindrical-coordinate representation of color #DD6ADD: hue angle of 300º 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 #DD6ADD is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 221 | - |
| CMYK | 0 | 0.52 | 0 | 0.13 |
| HSL | 300º | 0.63% | 0.64% | - |
| HSV(B) | 300º | 0.52% | 0.87% | - |
| XYZ | 48.02 | 30.9 | 71.84 | - |
| YUV | 153.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 221 | 0 | 0.52 | 0 | 0.13 | 300 | 0.63 | 0.64 |
| Hex | DD | 6A | DD | 0 | 34 | 0 | D | 12C | 3F | 40 |
| Octal | 335 | 152 | 335 | 0 | 64 | 0 | 15 | 454 | 77 | 100 |
| Binary | 11011101 | 1101010 | 11011101 | 0 | 110100 | 0 | 1101 | 100101100 | 111111 | 1000000 |
Color Harmonies of #DD6ADD
Complementary color
Monochromatic Colors of #DD6ADD
Black with #DD6ADD
Text Example
Text Example
White with #DD6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6ADD; }
p { color: rgb(221,106,221); }
H1.HeaderClassName
{
color: #DD6ADD;
}
.AnyTagClassName
{
color: #DD6ADD;
}
</style>
background-color css
<style>
a { background-color: #DD6ADD; }
a { background-color: rgb(221,106,221); }
div.DivClassName
{
background-color: #DD6ADD;
}
.BgClassName
{
background-color: #DD6ADD;
}
</style>
border-color css
<style>
span { border-color: #DD6ADD; }
span { border-color: rgb(221,106,221); }
td.TdClassName
{
border-color: #DD6ADD;
}
.TagClassName
{
border-color: #DD6ADD;
}
</style>