Shades of Orchid #D383C1
Tints of Orchid #D383C1
RGB
CMYK
RGB Variations
Color information
#D383C1 (or 0xD383C1) is known color: Orchid. HEX triplet: D3, 83 and C1. RGB value is (211,131,193). Sum of RGB (Red+Green+Blue) = 211+131+193=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D383C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383C1 is #2C7C3E. Grayscale: #A1A1A1. Windows color (decimal): -2915391 or 12682195. OLE color: 12682195.
HSL color Cylindrical-coordinate representation of color #D383C1: hue angle of 313.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 #D383C1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 193 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.17 |
| HSL | 313.5º | 0.48% | 0.67% | - |
| HSV(B) | 313.5º | 0.38% | 0.83% | - |
| XYZ | 44.61 | 33.93 | 54.65 | - |
| YUV | 161.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 193 | 0 | 0.38 | 0.09 | 0.17 | 313.5 | 0.48 | 0.67 |
| Hex | D3 | 83 | C1 | 0 | 26 | 9 | 11 | 13A | 30 | 43 |
| Octal | 323 | 203 | 301 | 0 | 46 | 11 | 21 | 472 | 60 | 103 |
| Binary | 11010011 | 10000011 | 11000001 | 0 | 100110 | 1001 | 10001 | 100111010 | 110000 | 1000011 |
Color Harmonies of #D383C1
Complementary color
Monochromatic Colors of #D383C1
Black with #D383C1
Text Example
Text Example
White with #D383C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383C1; }
p { color: rgb(211,131,193); }
H1.HeaderClassName
{
color: #D383C1;
}
.AnyTagClassName
{
color: #D383C1;
}
</style>
background-color css
<style>
a { background-color: #D383C1; }
a { background-color: rgb(211,131,193); }
div.DivClassName
{
background-color: #D383C1;
}
.BgClassName
{
background-color: #D383C1;
}
</style>
border-color css
<style>
span { border-color: #D383C1; }
span { border-color: rgb(211,131,193); }
td.TdClassName
{
border-color: #D383C1;
}
.TagClassName
{
border-color: #D383C1;
}
</style>