Shades of Orchid #D183C7
Tints of Orchid #D183C7
RGB
CMYK
RGB Variations
Color information
#D183C7 (or 0xD183C7) is known color: Orchid. HEX triplet: D1, 83 and C7. RGB value is (209,131,199). Sum of RGB (Red+Green+Blue) = 209+131+199=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D183C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183C7 is #2E7C38. Grayscale: #A1A1A1. Windows color (decimal): -3046457 or 13075409. OLE color: 13075409.
HSL color Cylindrical-coordinate representation of color #D183C7: hue angle of 307.69º 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 #D183C7 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 199 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.18 |
| HSL | 307.69º | 0.46% | 0.67% | - |
| HSV(B) | 307.69º | 0.37% | 0.82% | - |
| XYZ | 44.72 | 33.91 | 58.22 | - |
| YUV | 162.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 199 | 0 | 0.37 | 0.05 | 0.18 | 307.69 | 0.46 | 0.67 |
| Hex | D1 | 83 | C7 | 0 | 25 | 5 | 12 | 134 | 2E | 43 |
| Octal | 321 | 203 | 307 | 0 | 45 | 5 | 22 | 464 | 56 | 103 |
| Binary | 11010001 | 10000011 | 11000111 | 0 | 100101 | 101 | 10010 | 100110100 | 101110 | 1000011 |
Color Harmonies of #D183C7
Complementary color
Monochromatic Colors of #D183C7
Black with #D183C7
Text Example
Text Example
White with #D183C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183C7; }
p { color: rgb(209,131,199); }
H1.HeaderClassName
{
color: #D183C7;
}
.AnyTagClassName
{
color: #D183C7;
}
</style>
background-color css
<style>
a { background-color: #D183C7; }
a { background-color: rgb(209,131,199); }
div.DivClassName
{
background-color: #D183C7;
}
.BgClassName
{
background-color: #D183C7;
}
</style>
border-color css
<style>
span { border-color: #D183C7; }
span { border-color: rgb(209,131,199); }
td.TdClassName
{
border-color: #D183C7;
}
.TagClassName
{
border-color: #D183C7;
}
</style>