Shades of Orchid #D183C6
Tints of Orchid #D183C6
RGB
CMYK
RGB Variations
Color information
#D183C6 (or 0xD183C6) is known color: Orchid. HEX triplet: D1, 83 and C6. RGB value is (209,131,198). Sum of RGB (Red+Green+Blue) = 209+131+198=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D183C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183C6 is #2E7C39. Grayscale: #A1A1A1. Windows color (decimal): -3046458 or 13009873. OLE color: 13009873.
HSL color Cylindrical-coordinate representation of color #D183C6: hue angle of 308.46º 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 #D183C6 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 198 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.18 |
| HSL | 308.46º | 0.46% | 0.67% | - |
| HSV(B) | 308.46º | 0.37% | 0.82% | - |
| XYZ | 44.6 | 33.87 | 57.61 | - |
| YUV | 161.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 198 | 0 | 0.37 | 0.05 | 0.18 | 308.46 | 0.46 | 0.67 |
| Hex | D1 | 83 | C6 | 0 | 25 | 5 | 12 | 134 | 2E | 43 |
| Octal | 321 | 203 | 306 | 0 | 45 | 5 | 22 | 464 | 56 | 103 |
| Binary | 11010001 | 10000011 | 11000110 | 0 | 100101 | 101 | 10010 | 100110100 | 101110 | 1000011 |
Color Harmonies of #D183C6
Complementary color
Monochromatic Colors of #D183C6
Black with #D183C6
Text Example
Text Example
White with #D183C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183C6; }
p { color: rgb(209,131,198); }
H1.HeaderClassName
{
color: #D183C6;
}
.AnyTagClassName
{
color: #D183C6;
}
</style>
background-color css
<style>
a { background-color: #D183C6; }
a { background-color: rgb(209,131,198); }
div.DivClassName
{
background-color: #D183C6;
}
.BgClassName
{
background-color: #D183C6;
}
</style>
border-color css
<style>
span { border-color: #D183C6; }
span { border-color: rgb(209,131,198); }
td.TdClassName
{
border-color: #D183C6;
}
.TagClassName
{
border-color: #D183C6;
}
</style>