Shades of Orchid #DD66DD
Tints of Orchid #DD66DD
RGB
CMYK
RGB Variations
Color information
#DD66DD (or 0xDD66DD) is known color: Orchid. HEX triplet: DD, 66 and DD. RGB value is (221,102,221). Sum of RGB (Red+Green+Blue) = 221+102+221=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66DD is #229922. Grayscale: #969696. Windows color (decimal): -2267427 or 14509789. OLE color: 14509789.
HSL color Cylindrical-coordinate representation of color #DD66DD: hue angle of 300º 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 #DD66DD is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 221 | - |
| CMYK | 0 | 0.54 | 0 | 0.13 |
| HSL | 300º | 0.64% | 0.63% | - |
| HSV(B) | 300º | 0.54% | 0.87% | - |
| XYZ | 47.62 | 30.1 | 71.71 | - |
| YUV | 151.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 221 | 0 | 0.54 | 0 | 0.13 | 300 | 0.64 | 0.63 |
| Hex | DD | 66 | DD | 0 | 36 | 0 | D | 12C | 40 | 3F |
| Octal | 335 | 146 | 335 | 0 | 66 | 0 | 15 | 454 | 100 | 77 |
| Binary | 11011101 | 1100110 | 11011101 | 0 | 110110 | 0 | 1101 | 100101100 | 1000000 | 111111 |
Color Harmonies of #DD66DD
Complementary color
Monochromatic Colors of #DD66DD
Black with #DD66DD
Text Example
Text Example
White with #DD66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66DD; }
p { color: rgb(221,102,221); }
H1.HeaderClassName
{
color: #DD66DD;
}
.AnyTagClassName
{
color: #DD66DD;
}
</style>
background-color css
<style>
a { background-color: #DD66DD; }
a { background-color: rgb(221,102,221); }
div.DivClassName
{
background-color: #DD66DD;
}
.BgClassName
{
background-color: #DD66DD;
}
</style>
border-color css
<style>
span { border-color: #DD66DD; }
span { border-color: rgb(221,102,221); }
td.TdClassName
{
border-color: #DD66DD;
}
.TagClassName
{
border-color: #DD66DD;
}
</style>