Shades of Orchid #D183D0
Tints of Orchid #D183D0
RGB
CMYK
RGB Variations
Color information
#D183D0 (or 0xD183D0) is known color: Orchid. HEX triplet: D1, 83 and D0. RGB value is (209,131,208). Sum of RGB (Red+Green+Blue) = 209+131+208=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D183D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183D0 is #2E7C2F. Grayscale: #A2A2A2. Windows color (decimal): -3046448 or 13665233. OLE color: 13665233.
HSL color Cylindrical-coordinate representation of color #D183D0: hue angle of 300.77º 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 #D183D0 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 208 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.18 |
| HSL | 300.77º | 0.46% | 0.67% | - |
| HSV(B) | 300.77º | 0.37% | 0.82% | - |
| XYZ | 45.8 | 34.34 | 63.89 | - |
| YUV | 163.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 208 | 0 | 0.37 | 0.00 | 0.18 | 300.77 | 0.46 | 0.67 |
| Hex | D1 | 83 | D0 | 0 | 25 | 0 | 12 | 12D | 2E | 43 |
| Octal | 321 | 203 | 320 | 0 | 45 | 0 | 22 | 455 | 56 | 103 |
| Binary | 11010001 | 10000011 | 11010000 | 0 | 100101 | 0 | 10010 | 100101101 | 101110 | 1000011 |
Color Harmonies of #D183D0
Complementary color
Monochromatic Colors of #D183D0
Black with #D183D0
Text Example
Text Example
White with #D183D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183D0; }
p { color: rgb(209,131,208); }
H1.HeaderClassName
{
color: #D183D0;
}
.AnyTagClassName
{
color: #D183D0;
}
</style>
background-color css
<style>
a { background-color: #D183D0; }
a { background-color: rgb(209,131,208); }
div.DivClassName
{
background-color: #D183D0;
}
.BgClassName
{
background-color: #D183D0;
}
</style>
border-color css
<style>
span { border-color: #D183D0; }
span { border-color: rgb(209,131,208); }
td.TdClassName
{
border-color: #D183D0;
}
.TagClassName
{
border-color: #D183D0;
}
</style>