Shades of Orchid #D188CE
Tints of Orchid #D188CE
RGB
CMYK
RGB Variations
Color information
#D188CE (or 0xD188CE) is known color: Orchid. HEX triplet: D1, 88 and CE. RGB value is (209,136,206). Sum of RGB (Red+Green+Blue) = 209+136+206=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CE is #2E7731. Grayscale: #A5A5A5. Windows color (decimal): -3045170 or 13535441. OLE color: 13535441.
HSL color Cylindrical-coordinate representation of color #D188CE: hue angle of 302.47º 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 #D188CE is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 206 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.18 |
| HSL | 302.47º | 0.44% | 0.68% | - |
| HSV(B) | 302.47º | 0.35% | 0.82% | - |
| XYZ | 46.24 | 35.62 | 62.83 | - |
| YUV | 165.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 206 | 0 | 0.35 | 0.01 | 0.18 | 302.47 | 0.44 | 0.68 |
| Hex | D1 | 88 | CE | 0 | 23 | 1 | 12 | 12E | 2C | 44 |
| Octal | 321 | 210 | 316 | 0 | 43 | 1 | 22 | 456 | 54 | 104 |
| Binary | 11010001 | 10001000 | 11001110 | 0 | 100011 | 1 | 10010 | 100101110 | 101100 | 1000100 |
Color Harmonies of #D188CE
Complementary color
Monochromatic Colors of #D188CE
Black with #D188CE
Text Example
Text Example
White with #D188CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188CE; }
p { color: rgb(209,136,206); }
H1.HeaderClassName
{
color: #D188CE;
}
.AnyTagClassName
{
color: #D188CE;
}
</style>
background-color css
<style>
a { background-color: #D188CE; }
a { background-color: rgb(209,136,206); }
div.DivClassName
{
background-color: #D188CE;
}
.BgClassName
{
background-color: #D188CE;
}
</style>
border-color css
<style>
span { border-color: #D188CE; }
span { border-color: rgb(209,136,206); }
td.TdClassName
{
border-color: #D188CE;
}
.TagClassName
{
border-color: #D188CE;
}
</style>