Shades of Orchid #DD66BC
Tints of Orchid #DD66BC
RGB
CMYK
RGB Variations
Color information
#DD66BC (or 0xDD66BC) is known color: Orchid. HEX triplet: DD, 66 and BC. RGB value is (221,102,188). Sum of RGB (Red+Green+Blue) = 221+102+188=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66BC is #229943. Grayscale: #939393. Windows color (decimal): -2267460 or 12347101. OLE color: 12347101.
HSL color Cylindrical-coordinate representation of color #DD66BC: hue angle of 316.64º 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 #DD66BC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 188 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.13 |
| HSL | 316.64º | 0.64% | 0.63% | - |
| HSV(B) | 316.64º | 0.54% | 0.87% | - |
| XYZ | 43.65 | 28.51 | 50.78 | - |
| YUV | 147.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 188 | 0 | 0.54 | 0.15 | 0.13 | 316.64 | 0.64 | 0.63 |
| Hex | DD | 66 | BC | 0 | 36 | F | D | 13D | 40 | 3F |
| Octal | 335 | 146 | 274 | 0 | 66 | 17 | 15 | 475 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10111100 | 0 | 110110 | 1111 | 1101 | 100111101 | 1000000 | 111111 |
Color Harmonies of #DD66BC
Complementary color
Monochromatic Colors of #DD66BC
Black with #DD66BC
Text Example
Text Example
White with #DD66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66BC; }
p { color: rgb(221,102,188); }
H1.HeaderClassName
{
color: #DD66BC;
}
.AnyTagClassName
{
color: #DD66BC;
}
</style>
background-color css
<style>
a { background-color: #DD66BC; }
a { background-color: rgb(221,102,188); }
div.DivClassName
{
background-color: #DD66BC;
}
.BgClassName
{
background-color: #DD66BC;
}
</style>
border-color css
<style>
span { border-color: #DD66BC; }
span { border-color: rgb(221,102,188); }
td.TdClassName
{
border-color: #DD66BC;
}
.TagClassName
{
border-color: #DD66BC;
}
</style>