Shades of Orchid #D183C0
Tints of Orchid #D183C0
RGB
CMYK
RGB Variations
Color information
#D183C0 (or 0xD183C0) is known color: Orchid. HEX triplet: D1, 83 and C0. RGB value is (209,131,192). Sum of RGB (Red+Green+Blue) = 209+131+192=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D183C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183C0 is #2E7C3F. Grayscale: #A1A1A1. Windows color (decimal): -3046464 or 12616657. OLE color: 12616657.
HSL color Cylindrical-coordinate representation of color #D183C0: hue angle of 313.08º 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 #D183C0 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 192 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.18 |
| HSL | 313.08º | 0.46% | 0.67% | - |
| HSV(B) | 313.08º | 0.37% | 0.82% | - |
| XYZ | 43.93 | 33.59 | 54.04 | - |
| YUV | 161.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 192 | 0 | 0.37 | 0.08 | 0.18 | 313.08 | 0.46 | 0.67 |
| Hex | D1 | 83 | C0 | 0 | 25 | 8 | 12 | 139 | 2E | 43 |
| Octal | 321 | 203 | 300 | 0 | 45 | 10 | 22 | 471 | 56 | 103 |
| Binary | 11010001 | 10000011 | 11000000 | 0 | 100101 | 1000 | 10010 | 100111001 | 101110 | 1000011 |
Color Harmonies of #D183C0
Complementary color
Monochromatic Colors of #D183C0
Black with #D183C0
Text Example
Text Example
White with #D183C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183C0; }
p { color: rgb(209,131,192); }
H1.HeaderClassName
{
color: #D183C0;
}
.AnyTagClassName
{
color: #D183C0;
}
</style>
background-color css
<style>
a { background-color: #D183C0; }
a { background-color: rgb(209,131,192); }
div.DivClassName
{
background-color: #D183C0;
}
.BgClassName
{
background-color: #D183C0;
}
</style>
border-color css
<style>
span { border-color: #D183C0; }
span { border-color: rgb(209,131,192); }
td.TdClassName
{
border-color: #D183C0;
}
.TagClassName
{
border-color: #D183C0;
}
</style>