Shades of Orchid #DD88CE
Tints of Orchid #DD88CE
RGB
CMYK
RGB Variations
Color information
#DD88CE (or 0xDD88CE) is known color: Orchid. HEX triplet: DD, 88 and CE. RGB value is (221,136,206). Sum of RGB (Red+Green+Blue) = 221+136+206=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CE is #227731. Grayscale: #A9A9A9. Windows color (decimal): -2258738 or 13535453. OLE color: 13535453.
HSL color Cylindrical-coordinate representation of color #DD88CE: hue angle of 310.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88CE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 206 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.13 |
| HSL | 310.59º | 0.56% | 0.7% | - |
| HSV(B) | 310.59º | 0.38% | 0.87% | - |
| XYZ | 49.76 | 37.44 | 63 | - |
| YUV | 169.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 206 | 0 | 0.38 | 0.07 | 0.13 | 310.59 | 0.56 | 0.7 |
| Hex | DD | 88 | CE | 0 | 26 | 7 | D | 137 | 38 | 46 |
| Octal | 335 | 210 | 316 | 0 | 46 | 7 | 15 | 467 | 70 | 106 |
| Binary | 11011101 | 10001000 | 11001110 | 0 | 100110 | 111 | 1101 | 100110111 | 111000 | 1000110 |
Color Harmonies of #DD88CE
Complementary color
Monochromatic Colors of #DD88CE
Black with #DD88CE
Text Example
Text Example
White with #DD88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88CE; }
p { color: rgb(221,136,206); }
H1.HeaderClassName
{
color: #DD88CE;
}
.AnyTagClassName
{
color: #DD88CE;
}
</style>
background-color css
<style>
a { background-color: #DD88CE; }
a { background-color: rgb(221,136,206); }
div.DivClassName
{
background-color: #DD88CE;
}
.BgClassName
{
background-color: #DD88CE;
}
</style>
border-color css
<style>
span { border-color: #DD88CE; }
span { border-color: rgb(221,136,206); }
td.TdClassName
{
border-color: #DD88CE;
}
.TagClassName
{
border-color: #DD88CE;
}
</style>