Shades of Orchid #DD88CF
Tints of Orchid #DD88CF
RGB
CMYK
RGB Variations
Color information
#DD88CF (or 0xDD88CF) is known color: Orchid. HEX triplet: DD, 88 and CF. RGB value is (221,136,207). Sum of RGB (Red+Green+Blue) = 221+136+207=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CF is #227730. Grayscale: #A9A9A9. Windows color (decimal): -2258737 or 13600989. OLE color: 13600989.
HSL color Cylindrical-coordinate representation of color #DD88CF: hue angle of 309.88º 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 #DD88CF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 207 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.13 |
| HSL | 309.88º | 0.56% | 0.7% | - |
| HSV(B) | 309.88º | 0.38% | 0.87% | - |
| XYZ | 49.89 | 37.49 | 63.64 | - |
| YUV | 169.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 207 | 0 | 0.38 | 0.06 | 0.13 | 309.88 | 0.56 | 0.7 |
| Hex | DD | 88 | CF | 0 | 26 | 6 | D | 136 | 38 | 46 |
| Octal | 335 | 210 | 317 | 0 | 46 | 6 | 15 | 466 | 70 | 106 |
| Binary | 11011101 | 10001000 | 11001111 | 0 | 100110 | 110 | 1101 | 100110110 | 111000 | 1000110 |
Color Harmonies of #DD88CF
Complementary color
Monochromatic Colors of #DD88CF
Black with #DD88CF
Text Example
Text Example
White with #DD88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88CF; }
p { color: rgb(221,136,207); }
H1.HeaderClassName
{
color: #DD88CF;
}
.AnyTagClassName
{
color: #DD88CF;
}
</style>
background-color css
<style>
a { background-color: #DD88CF; }
a { background-color: rgb(221,136,207); }
div.DivClassName
{
background-color: #DD88CF;
}
.BgClassName
{
background-color: #DD88CF;
}
</style>
border-color css
<style>
span { border-color: #DD88CF; }
span { border-color: rgb(221,136,207); }
td.TdClassName
{
border-color: #DD88CF;
}
.TagClassName
{
border-color: #DD88CF;
}
</style>