Shades of Orchid #D183D5
Tints of Orchid #D183D5
RGB
CMYK
RGB Variations
Color information
#D183D5 (or 0xD183D5) is known color: Orchid. HEX triplet: D1, 83 and D5. RGB value is (209,131,213). Sum of RGB (Red+Green+Blue) = 209+131+213=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #D183D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183D5 is #2E7C2A. Grayscale: #A3A3A3. Windows color (decimal): -3046443 or 13992913. OLE color: 13992913.
HSL color Cylindrical-coordinate representation of color #D183D5: hue angle of 297.07º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D183D5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 131 | 213 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.16 |
| HSL | 297.07º | 0.49% | 0.67% | - |
| HSV(B) | 297.07º | 0.38% | 0.84% | - |
| XYZ | 46.42 | 34.59 | 67.18 | - |
| YUV | 163.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 213 | 0.02 | 0.38 | 0 | 0.16 | 297.07 | 0.49 | 0.67 |
| Hex | D1 | 83 | D5 | 2 | 26 | 0 | 10 | 129 | 31 | 43 |
| Octal | 321 | 203 | 325 | 2 | 46 | 0 | 20 | 451 | 61 | 103 |
| Binary | 11010001 | 10000011 | 11010101 | 10 | 100110 | 0 | 10000 | 100101001 | 110001 | 1000011 |
Color Harmonies of #D183D5
Complementary color
Monochromatic Colors of #D183D5
Black with #D183D5
Text Example
Text Example
White with #D183D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D183D5; }
p { color: rgb(209,131,213); }
H1.HeaderClassName
{
color: #D183D5;
}
.AnyTagClassName
{
color: #D183D5;
}
</style>
background-color css
<style>
a { background-color: #D183D5; }
a { background-color: rgb(209,131,213); }
div.DivClassName
{
background-color: #D183D5;
}
.BgClassName
{
background-color: #D183D5;
}
</style>
border-color css
<style>
span { border-color: #D183D5; }
span { border-color: rgb(209,131,213); }
td.TdClassName
{
border-color: #D183D5;
}
.TagClassName
{
border-color: #D183D5;
}
</style>