Shades of Orchid #DD66DC
Tints of Orchid #DD66DC
RGB
CMYK
RGB Variations
Color information
#DD66DC (or 0xDD66DC) is known color: Orchid. HEX triplet: DD, 66 and DC. RGB value is (221,102,220). Sum of RGB (Red+Green+Blue) = 221+102+220=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66DC is #229923. Grayscale: #969696. Windows color (decimal): -2267428 or 14444253. OLE color: 14444253.
HSL color Cylindrical-coordinate representation of color #DD66DC: hue angle of 300.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66DC is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 220 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.13 |
| HSL | 300.5º | 0.64% | 0.63% | - |
| HSV(B) | 300.5º | 0.54% | 0.87% | - |
| XYZ | 47.49 | 30.04 | 71.01 | - |
| YUV | 151.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 220 | 0 | 0.54 | 0.00 | 0.13 | 300.5 | 0.64 | 0.63 |
| Hex | DD | 66 | DC | 0 | 36 | 0 | D | 12D | 40 | 3F |
| Octal | 335 | 146 | 334 | 0 | 66 | 0 | 15 | 455 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11011100 | 0 | 110110 | 0 | 1101 | 100101101 | 1000000 | 111111 |
Color Harmonies of #DD66DC
Complementary color
Monochromatic Colors of #DD66DC
Black with #DD66DC
Text Example
Text Example
White with #DD66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66DC; }
p { color: rgb(221,102,220); }
H1.HeaderClassName
{
color: #DD66DC;
}
.AnyTagClassName
{
color: #DD66DC;
}
</style>
background-color css
<style>
a { background-color: #DD66DC; }
a { background-color: rgb(221,102,220); }
div.DivClassName
{
background-color: #DD66DC;
}
.BgClassName
{
background-color: #DD66DC;
}
</style>
border-color css
<style>
span { border-color: #DD66DC; }
span { border-color: rgb(221,102,220); }
td.TdClassName
{
border-color: #DD66DC;
}
.TagClassName
{
border-color: #DD66DC;
}
</style>