Shades of Orchid #DD6AD6
Tints of Orchid #DD6AD6
RGB
CMYK
RGB Variations
Color information
#DD6AD6 (or 0xDD6AD6) is known color: Orchid. HEX triplet: DD, 6A and D6. RGB value is (221,106,214). Sum of RGB (Red+Green+Blue) = 221+106+214=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD6 is #229529. Grayscale: #989898. Windows color (decimal): -2266410 or 14052061. OLE color: 14052061.
HSL color Cylindrical-coordinate representation of color #DD6AD6: hue angle of 303.65º 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 #DD6AD6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 214 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.13 |
| HSL | 303.65º | 0.63% | 0.64% | - |
| HSV(B) | 303.65º | 0.52% | 0.87% | - |
| XYZ | 47.11 | 30.54 | 67.03 | - |
| YUV | 152.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 214 | 0 | 0.52 | 0.03 | 0.13 | 303.65 | 0.63 | 0.64 |
| Hex | DD | 6A | D6 | 0 | 34 | 3 | D | 130 | 3F | 40 |
| Octal | 335 | 152 | 326 | 0 | 64 | 3 | 15 | 460 | 77 | 100 |
| Binary | 11011101 | 1101010 | 11010110 | 0 | 110100 | 11 | 1101 | 100110000 | 111111 | 1000000 |
Color Harmonies of #DD6AD6
Complementary color
Monochromatic Colors of #DD6AD6
Black with #DD6AD6
Text Example
Text Example
White with #DD6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AD6; }
p { color: rgb(221,106,214); }
H1.HeaderClassName
{
color: #DD6AD6;
}
.AnyTagClassName
{
color: #DD6AD6;
}
</style>
background-color css
<style>
a { background-color: #DD6AD6; }
a { background-color: rgb(221,106,214); }
div.DivClassName
{
background-color: #DD6AD6;
}
.BgClassName
{
background-color: #DD6AD6;
}
</style>
border-color css
<style>
span { border-color: #DD6AD6; }
span { border-color: rgb(221,106,214); }
td.TdClassName
{
border-color: #DD6AD6;
}
.TagClassName
{
border-color: #DD6AD6;
}
</style>