Shades of Orchid #D181BD
Tints of Orchid #D181BD
RGB
CMYK
RGB Variations
Color information
#D181BD (or 0xD181BD) is known color: Orchid. HEX triplet: D1, 81 and BD. RGB value is (209,129,189). Sum of RGB (Red+Green+Blue) = 209+129+189=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D181BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181BD is #2E7E42. Grayscale: #9F9F9F. Windows color (decimal): -3046979 or 12419537. OLE color: 12419537.
HSL color Cylindrical-coordinate representation of color #D181BD: hue angle of 315º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181BD is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 189 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.18 |
| HSL | 315º | 0.47% | 0.66% | - |
| HSV(B) | 315º | 0.38% | 0.82% | - |
| XYZ | 43.33 | 32.93 | 52.22 | - |
| YUV | 159.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 189 | 0 | 0.38 | 0.10 | 0.18 | 315 | 0.47 | 0.66 |
| Hex | D1 | 81 | BD | 0 | 26 | A | 12 | 13B | 2F | 42 |
| Octal | 321 | 201 | 275 | 0 | 46 | 12 | 22 | 473 | 57 | 102 |
| Binary | 11010001 | 10000001 | 10111101 | 0 | 100110 | 1010 | 10010 | 100111011 | 101111 | 1000010 |
Color Harmonies of #D181BD
Complementary color
Monochromatic Colors of #D181BD
Black with #D181BD
Text Example
Text Example
White with #D181BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181BD; }
p { color: rgb(209,129,189); }
H1.HeaderClassName
{
color: #D181BD;
}
.AnyTagClassName
{
color: #D181BD;
}
</style>
background-color css
<style>
a { background-color: #D181BD; }
a { background-color: rgb(209,129,189); }
div.DivClassName
{
background-color: #D181BD;
}
.BgClassName
{
background-color: #D181BD;
}
</style>
border-color css
<style>
span { border-color: #D181BD; }
span { border-color: rgb(209,129,189); }
td.TdClassName
{
border-color: #D181BD;
}
.TagClassName
{
border-color: #D181BD;
}
</style>