Shades of Orchid #DF88CB
Tints of Orchid #DF88CB
RGB
CMYK
RGB Variations
Color information
#DF88CB (or 0xDF88CB) is known color: Orchid. HEX triplet: DF, 88 and CB. RGB value is (223,136,203). Sum of RGB (Red+Green+Blue) = 223+136+203=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88CB is #207734. Grayscale: #A9A9A9. Windows color (decimal): -2127669 or 13338847. OLE color: 13338847.
HSL color Cylindrical-coordinate representation of color #DF88CB: hue angle of 313.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88CB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 203 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.13 |
| HSL | 313.79º | 0.58% | 0.7% | - |
| HSV(B) | 313.79º | 0.39% | 0.87% | - |
| XYZ | 50.02 | 37.61 | 61.12 | - |
| YUV | 169.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 203 | 0 | 0.39 | 0.09 | 0.13 | 313.79 | 0.58 | 0.7 |
| Hex | DF | 88 | CB | 0 | 27 | 9 | D | 13A | 3A | 46 |
| Octal | 337 | 210 | 313 | 0 | 47 | 11 | 15 | 472 | 72 | 106 |
| Binary | 11011111 | 10001000 | 11001011 | 0 | 100111 | 1001 | 1101 | 100111010 | 111010 | 1000110 |
Color Harmonies of #DF88CB
Complementary color
Monochromatic Colors of #DF88CB
Black with #DF88CB
Text Example
Text Example
White with #DF88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88CB; }
p { color: rgb(223,136,203); }
H1.HeaderClassName
{
color: #DF88CB;
}
.AnyTagClassName
{
color: #DF88CB;
}
</style>
background-color css
<style>
a { background-color: #DF88CB; }
a { background-color: rgb(223,136,203); }
div.DivClassName
{
background-color: #DF88CB;
}
.BgClassName
{
background-color: #DF88CB;
}
</style>
border-color css
<style>
span { border-color: #DF88CB; }
span { border-color: rgb(223,136,203); }
td.TdClassName
{
border-color: #DF88CB;
}
.TagClassName
{
border-color: #DF88CB;
}
</style>