Shades of Orchid #D187CB
Tints of Orchid #D187CB
RGB
CMYK
RGB Variations
Color information
#D187CB (or 0xD187CB) is known color: Orchid. HEX triplet: D1, 87 and CB. RGB value is (209,135,203). Sum of RGB (Red+Green+Blue) = 209+135+203=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D187CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187CB is #2E7834. Grayscale: #A4A4A4. Windows color (decimal): -3045429 or 13338577. OLE color: 13338577.
HSL color Cylindrical-coordinate representation of color #D187CB: hue angle of 304.86º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D187CB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 203 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.18 |
| HSL | 304.86º | 0.45% | 0.67% | - |
| HSV(B) | 304.86º | 0.35% | 0.82% | - |
| XYZ | 45.74 | 35.2 | 60.88 | - |
| YUV | 164.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 203 | 0 | 0.35 | 0.03 | 0.18 | 304.86 | 0.45 | 0.67 |
| Hex | D1 | 87 | CB | 0 | 23 | 3 | 12 | 131 | 2D | 43 |
| Octal | 321 | 207 | 313 | 0 | 43 | 3 | 22 | 461 | 55 | 103 |
| Binary | 11010001 | 10000111 | 11001011 | 0 | 100011 | 11 | 10010 | 100110001 | 101101 | 1000011 |
Color Harmonies of #D187CB
Complementary color
Monochromatic Colors of #D187CB
Black with #D187CB
Text Example
Text Example
White with #D187CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187CB; }
p { color: rgb(209,135,203); }
H1.HeaderClassName
{
color: #D187CB;
}
.AnyTagClassName
{
color: #D187CB;
}
</style>
background-color css
<style>
a { background-color: #D187CB; }
a { background-color: rgb(209,135,203); }
div.DivClassName
{
background-color: #D187CB;
}
.BgClassName
{
background-color: #D187CB;
}
</style>
border-color css
<style>
span { border-color: #D187CB; }
span { border-color: rgb(209,135,203); }
td.TdClassName
{
border-color: #D187CB;
}
.TagClassName
{
border-color: #D187CB;
}
</style>