Shades of Orchid #D188CF
Tints of Orchid #D188CF
RGB
CMYK
RGB Variations
Color information
#D188CF (or 0xD188CF) is known color: Orchid. HEX triplet: D1, 88 and CF. RGB value is (209,136,207). Sum of RGB (Red+Green+Blue) = 209+136+207=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D188CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D188CF is #2E7730. Grayscale: #A5A5A5. Windows color (decimal): -3045169 or 13600977. OLE color: 13600977.
HSL color Cylindrical-coordinate representation of color #D188CF: hue angle of 301.64º 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 #D188CF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 207 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.18 |
| HSL | 301.64º | 0.44% | 0.68% | - |
| HSV(B) | 301.64º | 0.35% | 0.82% | - |
| XYZ | 46.36 | 35.67 | 63.47 | - |
| YUV | 165.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 207 | 0 | 0.35 | 0.01 | 0.18 | 301.64 | 0.44 | 0.68 |
| Hex | D1 | 88 | CF | 0 | 23 | 1 | 12 | 12E | 2C | 44 |
| Octal | 321 | 210 | 317 | 0 | 43 | 1 | 22 | 456 | 54 | 104 |
| Binary | 11010001 | 10001000 | 11001111 | 0 | 100011 | 1 | 10010 | 100101110 | 101100 | 1000100 |
Color Harmonies of #D188CF
Complementary color
Monochromatic Colors of #D188CF
Black with #D188CF
Text Example
Text Example
White with #D188CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188CF; }
p { color: rgb(209,136,207); }
H1.HeaderClassName
{
color: #D188CF;
}
.AnyTagClassName
{
color: #D188CF;
}
</style>
background-color css
<style>
a { background-color: #D188CF; }
a { background-color: rgb(209,136,207); }
div.DivClassName
{
background-color: #D188CF;
}
.BgClassName
{
background-color: #D188CF;
}
</style>
border-color css
<style>
span { border-color: #D188CF; }
span { border-color: rgb(209,136,207); }
td.TdClassName
{
border-color: #D188CF;
}
.TagClassName
{
border-color: #D188CF;
}
</style>