Shades of Orchid #DC88C8
Tints of Orchid #DC88C8
RGB
CMYK
RGB Variations
Color information
#DC88C8 (or 0xDC88C8) is known color: Orchid. HEX triplet: DC, 88 and C8. RGB value is (220,136,200). Sum of RGB (Red+Green+Blue) = 220+136+200=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88C8 is #237737. Grayscale: #A8A8A8. Windows color (decimal): -2324280 or 13142236. OLE color: 13142236.
HSL color Cylindrical-coordinate representation of color #DC88C8: hue angle of 314.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 #DC88C8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 200 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.14 |
| HSL | 314.29º | 0.55% | 0.7% | - |
| HSV(B) | 314.29º | 0.38% | 0.86% | - |
| XYZ | 48.74 | 36.99 | 59.22 | - |
| YUV | 168.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 200 | 0 | 0.38 | 0.09 | 0.14 | 314.29 | 0.55 | 0.7 |
| Hex | DC | 88 | C8 | 0 | 26 | 9 | E | 13A | 37 | 46 |
| Octal | 334 | 210 | 310 | 0 | 46 | 11 | 16 | 472 | 67 | 106 |
| Binary | 11011100 | 10001000 | 11001000 | 0 | 100110 | 1001 | 1110 | 100111010 | 110111 | 1000110 |
Color Harmonies of #DC88C8
Complementary color
Monochromatic Colors of #DC88C8
Black with #DC88C8
Text Example
Text Example
White with #DC88C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88C8; }
p { color: rgb(220,136,200); }
H1.HeaderClassName
{
color: #DC88C8;
}
.AnyTagClassName
{
color: #DC88C8;
}
</style>
background-color css
<style>
a { background-color: #DC88C8; }
a { background-color: rgb(220,136,200); }
div.DivClassName
{
background-color: #DC88C8;
}
.BgClassName
{
background-color: #DC88C8;
}
</style>
border-color css
<style>
span { border-color: #DC88C8; }
span { border-color: rgb(220,136,200); }
td.TdClassName
{
border-color: #DC88C8;
}
.TagClassName
{
border-color: #DC88C8;
}
</style>