Shades of Orchid #D183BE
Tints of Orchid #D183BE
RGB
CMYK
RGB Variations
Color information
#D183BE (or 0xD183BE) is known color: Orchid. HEX triplet: D1, 83 and BE. RGB value is (209,131,190). Sum of RGB (Red+Green+Blue) = 209+131+190=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D183BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183BE is #2E7C41. Grayscale: #A0A0A0. Windows color (decimal): -3046466 or 12485585. OLE color: 12485585.
HSL color Cylindrical-coordinate representation of color #D183BE: hue angle of 314.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183BE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 190 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 314.62º | 0.46% | 0.67% | - |
| HSV(B) | 314.62º | 0.37% | 0.82% | - |
| XYZ | 43.71 | 33.51 | 52.88 | - |
| YUV | 161.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 190 | 0 | 0.37 | 0.09 | 0.18 | 314.62 | 0.46 | 0.67 |
| Hex | D1 | 83 | BE | 0 | 25 | 9 | 12 | 13B | 2E | 43 |
| Octal | 321 | 203 | 276 | 0 | 45 | 11 | 22 | 473 | 56 | 103 |
| Binary | 11010001 | 10000011 | 10111110 | 0 | 100101 | 1001 | 10010 | 100111011 | 101110 | 1000011 |
Color Harmonies of #D183BE
Complementary color
Monochromatic Colors of #D183BE
Black with #D183BE
Text Example
Text Example
White with #D183BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183BE; }
p { color: rgb(209,131,190); }
H1.HeaderClassName
{
color: #D183BE;
}
.AnyTagClassName
{
color: #D183BE;
}
</style>
background-color css
<style>
a { background-color: #D183BE; }
a { background-color: rgb(209,131,190); }
div.DivClassName
{
background-color: #D183BE;
}
.BgClassName
{
background-color: #D183BE;
}
</style>
border-color css
<style>
span { border-color: #D183BE; }
span { border-color: rgb(209,131,190); }
td.TdClassName
{
border-color: #D183BE;
}
.TagClassName
{
border-color: #D183BE;
}
</style>