Shades of Orchid #D187C7
Tints of Orchid #D187C7
RGB
CMYK
RGB Variations
Color information
#D187C7 (or 0xD187C7) is known color: Orchid. HEX triplet: D1, 87 and C7. RGB value is (209,135,199). Sum of RGB (Red+Green+Blue) = 209+135+199=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D187C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187C7 is #2E7838. Grayscale: #A4A4A4. Windows color (decimal): -3045433 or 13076433. OLE color: 13076433.
HSL color Cylindrical-coordinate representation of color #D187C7: hue angle of 308.11º 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 #D187C7 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 199 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.18 |
| HSL | 308.11º | 0.45% | 0.67% | - |
| HSV(B) | 308.11º | 0.35% | 0.82% | - |
| XYZ | 45.27 | 35.01 | 58.4 | - |
| YUV | 164.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 199 | 0 | 0.35 | 0.05 | 0.18 | 308.11 | 0.45 | 0.67 |
| Hex | D1 | 87 | C7 | 0 | 23 | 5 | 12 | 134 | 2D | 43 |
| Octal | 321 | 207 | 307 | 0 | 43 | 5 | 22 | 464 | 55 | 103 |
| Binary | 11010001 | 10000111 | 11000111 | 0 | 100011 | 101 | 10010 | 100110100 | 101101 | 1000011 |
Color Harmonies of #D187C7
Complementary color
Monochromatic Colors of #D187C7
Black with #D187C7
Text Example
Text Example
White with #D187C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187C7; }
p { color: rgb(209,135,199); }
H1.HeaderClassName
{
color: #D187C7;
}
.AnyTagClassName
{
color: #D187C7;
}
</style>
background-color css
<style>
a { background-color: #D187C7; }
a { background-color: rgb(209,135,199); }
div.DivClassName
{
background-color: #D187C7;
}
.BgClassName
{
background-color: #D187C7;
}
</style>
border-color css
<style>
span { border-color: #D187C7; }
span { border-color: rgb(209,135,199); }
td.TdClassName
{
border-color: #D187C7;
}
.TagClassName
{
border-color: #D187C7;
}
</style>