Shades of Orchid #D183DB
Tints of Orchid #D183DB
RGB
CMYK
RGB Variations
Color information
#D183DB (or 0xD183DB) is known color: Orchid. HEX triplet: D1, 83 and DB. RGB value is (209,131,219). Sum of RGB (Red+Green+Blue) = 209+131+219=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D183DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183DB is #2E7C24. Grayscale: #A4A4A4. Windows color (decimal): -3046437 or 14386129. OLE color: 14386129.
HSL color Cylindrical-coordinate representation of color #D183DB: hue angle of 293.18º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D183DB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 131 | 219 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.14 |
| HSL | 293.18º | 0.55% | 0.69% | - |
| HSV(B) | 293.18º | 0.4% | 0.86% | - |
| XYZ | 47.2 | 34.9 | 71.27 | - |
| YUV | 164.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 219 | 0.05 | 0.40 | 0 | 0.14 | 293.18 | 0.55 | 0.69 |
| Hex | D1 | 83 | DB | 5 | 28 | 0 | E | 125 | 37 | 45 |
| Octal | 321 | 203 | 333 | 5 | 50 | 0 | 16 | 445 | 67 | 105 |
| Binary | 11010001 | 10000011 | 11011011 | 101 | 101000 | 0 | 1110 | 100100101 | 110111 | 1000101 |
Color Harmonies of #D183DB
Complementary color
Monochromatic Colors of #D183DB
Black with #D183DB
Text Example
Text Example
White with #D183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183DB; }
p { color: rgb(209,131,219); }
H1.HeaderClassName
{
color: #D183DB;
}
.AnyTagClassName
{
color: #D183DB;
}
</style>
background-color css
<style>
a { background-color: #D183DB; }
a { background-color: rgb(209,131,219); }
div.DivClassName
{
background-color: #D183DB;
}
.BgClassName
{
background-color: #D183DB;
}
</style>
border-color css
<style>
span { border-color: #D183DB; }
span { border-color: rgb(209,131,219); }
td.TdClassName
{
border-color: #D183DB;
}
.TagClassName
{
border-color: #D183DB;
}
</style>