Shades of Orchid #D188CB
Tints of Orchid #D188CB
RGB
CMYK
RGB Variations
Color information
#D188CB (or 0xD188CB) is known color: Orchid. HEX triplet: D1, 88 and CB. RGB value is (209,136,203). Sum of RGB (Red+Green+Blue) = 209+136+203=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CB is #2E7734. Grayscale: #A5A5A5. Windows color (decimal): -3045173 or 13338833. OLE color: 13338833.
HSL color Cylindrical-coordinate representation of color #D188CB: hue angle of 304.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D188CB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 203 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.18 |
| HSL | 304.93º | 0.44% | 0.68% | - |
| HSV(B) | 304.93º | 0.35% | 0.82% | - |
| XYZ | 45.88 | 35.48 | 60.93 | - |
| YUV | 165.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 203 | 0 | 0.35 | 0.03 | 0.18 | 304.93 | 0.44 | 0.68 |
| Hex | D1 | 88 | CB | 0 | 23 | 3 | 12 | 131 | 2C | 44 |
| Octal | 321 | 210 | 313 | 0 | 43 | 3 | 22 | 461 | 54 | 104 |
| Binary | 11010001 | 10001000 | 11001011 | 0 | 100011 | 11 | 10010 | 100110001 | 101100 | 1000100 |
Color Harmonies of #D188CB
Complementary color
Monochromatic Colors of #D188CB
Black with #D188CB
Text Example
Text Example
White with #D188CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188CB; }
p { color: rgb(209,136,203); }
H1.HeaderClassName
{
color: #D188CB;
}
.AnyTagClassName
{
color: #D188CB;
}
</style>
background-color css
<style>
a { background-color: #D188CB; }
a { background-color: rgb(209,136,203); }
div.DivClassName
{
background-color: #D188CB;
}
.BgClassName
{
background-color: #D188CB;
}
</style>
border-color css
<style>
span { border-color: #D188CB; }
span { border-color: rgb(209,136,203); }
td.TdClassName
{
border-color: #D188CB;
}
.TagClassName
{
border-color: #D188CB;
}
</style>