Shades of Orchid #DD6AC0
Tints of Orchid #DD6AC0
RGB
CMYK
RGB Variations
Color information
#DD6AC0 (or 0xDD6AC0) is known color: Orchid. HEX triplet: DD, 6A and C0. RGB value is (221,106,192). Sum of RGB (Red+Green+Blue) = 221+106+192=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AC0 is #22953F. Grayscale: #959595. Windows color (decimal): -2266432 or 12610269. OLE color: 12610269.
HSL color Cylindrical-coordinate representation of color #DD6AC0: hue angle of 315.13º 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 #DD6AC0 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 192 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.13 |
| HSL | 315.13º | 0.63% | 0.64% | - |
| HSV(B) | 315.13º | 0.52% | 0.87% | - |
| XYZ | 44.49 | 29.49 | 53.22 | - |
| YUV | 150.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 192 | 0 | 0.52 | 0.13 | 0.13 | 315.13 | 0.63 | 0.64 |
| Hex | DD | 6A | C0 | 0 | 34 | D | D | 13B | 3F | 40 |
| Octal | 335 | 152 | 300 | 0 | 64 | 15 | 15 | 473 | 77 | 100 |
| Binary | 11011101 | 1101010 | 11000000 | 0 | 110100 | 1101 | 1101 | 100111011 | 111111 | 1000000 |
Color Harmonies of #DD6AC0
Complementary color
Monochromatic Colors of #DD6AC0
Black with #DD6AC0
Text Example
Text Example
White with #DD6AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AC0; }
p { color: rgb(221,106,192); }
H1.HeaderClassName
{
color: #DD6AC0;
}
.AnyTagClassName
{
color: #DD6AC0;
}
</style>
background-color css
<style>
a { background-color: #DD6AC0; }
a { background-color: rgb(221,106,192); }
div.DivClassName
{
background-color: #DD6AC0;
}
.BgClassName
{
background-color: #DD6AC0;
}
</style>
border-color css
<style>
span { border-color: #DD6AC0; }
span { border-color: rgb(221,106,192); }
td.TdClassName
{
border-color: #DD6AC0;
}
.TagClassName
{
border-color: #DD6AC0;
}
</style>