Shades of Orchid #D383D1
Tints of Orchid #D383D1
RGB
CMYK
RGB Variations
Color information
#D383D1 (or 0xD383D1) is known color: Orchid. HEX triplet: D3, 83 and D1. RGB value is (211,131,209). Sum of RGB (Red+Green+Blue) = 211+131+209=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D383D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383D1 is #2C7C2E. Grayscale: #A3A3A3. Windows color (decimal): -2915375 or 13730771. OLE color: 13730771.
HSL color Cylindrical-coordinate representation of color #D383D1: hue angle of 301.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383D1 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 209 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.17 |
| HSL | 301.5º | 0.48% | 0.67% | - |
| HSV(B) | 301.5º | 0.38% | 0.83% | - |
| XYZ | 46.49 | 34.68 | 64.57 | - |
| YUV | 163.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 209 | 0 | 0.38 | 0.01 | 0.17 | 301.5 | 0.48 | 0.67 |
| Hex | D3 | 83 | D1 | 0 | 26 | 1 | 11 | 12E | 30 | 43 |
| Octal | 323 | 203 | 321 | 0 | 46 | 1 | 21 | 456 | 60 | 103 |
| Binary | 11010011 | 10000011 | 11010001 | 0 | 100110 | 1 | 10001 | 100101110 | 110000 | 1000011 |
Color Harmonies of #D383D1
Complementary color
Monochromatic Colors of #D383D1
Black with #D383D1
Text Example
Text Example
White with #D383D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383D1; }
p { color: rgb(211,131,209); }
H1.HeaderClassName
{
color: #D383D1;
}
.AnyTagClassName
{
color: #D383D1;
}
</style>
background-color css
<style>
a { background-color: #D383D1; }
a { background-color: rgb(211,131,209); }
div.DivClassName
{
background-color: #D383D1;
}
.BgClassName
{
background-color: #D383D1;
}
</style>
border-color css
<style>
span { border-color: #D383D1; }
span { border-color: rgb(211,131,209); }
td.TdClassName
{
border-color: #D383D1;
}
.TagClassName
{
border-color: #D383D1;
}
</style>