Shades of Orchid #DC88CF
Tints of Orchid #DC88CF
RGB
CMYK
RGB Variations
Color information
#DC88CF (or 0xDC88CF) is known color: Orchid. HEX triplet: DC, 88 and CF. RGB value is (220,136,207). Sum of RGB (Red+Green+Blue) = 220+136+207=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88CF is #237730. Grayscale: #A9A9A9. Windows color (decimal): -2324273 or 13600988. OLE color: 13600988.
HSL color Cylindrical-coordinate representation of color #DC88CF: hue angle of 309.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88CF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 207 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.14 |
| HSL | 309.29º | 0.55% | 0.7% | - |
| HSV(B) | 309.29º | 0.38% | 0.86% | - |
| XYZ | 49.58 | 37.33 | 63.62 | - |
| YUV | 169.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 207 | 0 | 0.38 | 0.06 | 0.14 | 309.29 | 0.55 | 0.7 |
| Hex | DC | 88 | CF | 0 | 26 | 6 | E | 135 | 37 | 46 |
| Octal | 334 | 210 | 317 | 0 | 46 | 6 | 16 | 465 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11001111 | 0 | 100110 | 110 | 1110 | 100110101 | 110111 | 1000110 |
Color Harmonies of #DC88CF
Complementary color
Monochromatic Colors of #DC88CF
Black with #DC88CF
Text Example
Text Example
White with #DC88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88CF; }
p { color: rgb(220,136,207); }
H1.HeaderClassName
{
color: #DC88CF;
}
.AnyTagClassName
{
color: #DC88CF;
}
</style>
background-color css
<style>
a { background-color: #DC88CF; }
a { background-color: rgb(220,136,207); }
div.DivClassName
{
background-color: #DC88CF;
}
.BgClassName
{
background-color: #DC88CF;
}
</style>
border-color css
<style>
span { border-color: #DC88CF; }
span { border-color: rgb(220,136,207); }
td.TdClassName
{
border-color: #DC88CF;
}
.TagClassName
{
border-color: #DC88CF;
}
</style>