Shades of Orchid #D187C8
Tints of Orchid #D187C8
RGB
CMYK
RGB Variations
Color information
#D187C8 (or 0xD187C8) is known color: Orchid. HEX triplet: D1, 87 and C8. RGB value is (209,135,200). Sum of RGB (Red+Green+Blue) = 209+135+200=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D187C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187C8 is #2E7837. Grayscale: #A4A4A4. Windows color (decimal): -3045432 or 13141969. OLE color: 13141969.
HSL color Cylindrical-coordinate representation of color #D187C8: hue angle of 307.3º 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 #D187C8 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 200 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.18 |
| HSL | 307.3º | 0.45% | 0.67% | - |
| HSV(B) | 307.3º | 0.35% | 0.82% | - |
| XYZ | 45.38 | 35.05 | 59.02 | - |
| YUV | 164.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 200 | 0 | 0.35 | 0.04 | 0.18 | 307.3 | 0.45 | 0.67 |
| Hex | D1 | 87 | C8 | 0 | 23 | 4 | 12 | 133 | 2D | 43 |
| Octal | 321 | 207 | 310 | 0 | 43 | 4 | 22 | 463 | 55 | 103 |
| Binary | 11010001 | 10000111 | 11001000 | 0 | 100011 | 100 | 10010 | 100110011 | 101101 | 1000011 |
Color Harmonies of #D187C8
Complementary color
Monochromatic Colors of #D187C8
Black with #D187C8
Text Example
Text Example
White with #D187C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187C8; }
p { color: rgb(209,135,200); }
H1.HeaderClassName
{
color: #D187C8;
}
.AnyTagClassName
{
color: #D187C8;
}
</style>
background-color css
<style>
a { background-color: #D187C8; }
a { background-color: rgb(209,135,200); }
div.DivClassName
{
background-color: #D187C8;
}
.BgClassName
{
background-color: #D187C8;
}
</style>
border-color css
<style>
span { border-color: #D187C8; }
span { border-color: rgb(209,135,200); }
td.TdClassName
{
border-color: #D187C8;
}
.TagClassName
{
border-color: #D187C8;
}
</style>