Shades of Orchid #D183C5
Tints of Orchid #D183C5
RGB
CMYK
RGB Variations
Color information
#D183C5 (or 0xD183C5) is known color: Orchid. HEX triplet: D1, 83 and C5. RGB value is (209,131,197). Sum of RGB (Red+Green+Blue) = 209+131+197=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D183C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183C5 is #2E7C3A. Grayscale: #A1A1A1. Windows color (decimal): -3046459 or 12944337. OLE color: 12944337.
HSL color Cylindrical-coordinate representation of color #D183C5: hue angle of 309.23º 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 #D183C5 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 197 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.18 |
| HSL | 309.23º | 0.46% | 0.67% | - |
| HSV(B) | 309.23º | 0.37% | 0.82% | - |
| XYZ | 44.49 | 33.82 | 57.01 | - |
| YUV | 161.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 197 | 0 | 0.37 | 0.06 | 0.18 | 309.23 | 0.46 | 0.67 |
| Hex | D1 | 83 | C5 | 0 | 25 | 6 | 12 | 135 | 2E | 43 |
| Octal | 321 | 203 | 305 | 0 | 45 | 6 | 22 | 465 | 56 | 103 |
| Binary | 11010001 | 10000011 | 11000101 | 0 | 100101 | 110 | 10010 | 100110101 | 101110 | 1000011 |
Color Harmonies of #D183C5
Complementary color
Monochromatic Colors of #D183C5
Black with #D183C5
Text Example
Text Example
White with #D183C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183C5; }
p { color: rgb(209,131,197); }
H1.HeaderClassName
{
color: #D183C5;
}
.AnyTagClassName
{
color: #D183C5;
}
</style>
background-color css
<style>
a { background-color: #D183C5; }
a { background-color: rgb(209,131,197); }
div.DivClassName
{
background-color: #D183C5;
}
.BgClassName
{
background-color: #D183C5;
}
</style>
border-color css
<style>
span { border-color: #D183C5; }
span { border-color: rgb(209,131,197); }
td.TdClassName
{
border-color: #D183C5;
}
.TagClassName
{
border-color: #D183C5;
}
</style>