Shades of Orchid #D383DE
Tints of Orchid #D383DE
RGB
CMYK
RGB Variations
Color information
#D383DE (or 0xD383DE) is known color: Orchid. HEX triplet: D3, 83 and DE. RGB value is (211,131,222). Sum of RGB (Red+Green+Blue) = 211+131+222=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D383DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383DE is #2C7C21. Grayscale: #A5A5A5. Windows color (decimal): -2915362 or 14582739. OLE color: 14582739.
HSL color Cylindrical-coordinate representation of color #D383DE: hue angle of 292.75º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D383DE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 131 | 222 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.13 |
| HSL | 292.75º | 0.58% | 0.69% | - |
| HSV(B) | 292.75º | 0.41% | 0.87% | - |
| XYZ | 48.17 | 35.36 | 73.39 | - |
| YUV | 165.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 222 | 0.05 | 0.41 | 0 | 0.13 | 292.75 | 0.58 | 0.69 |
| Hex | D3 | 83 | DE | 5 | 29 | 0 | D | 125 | 3A | 45 |
| Octal | 323 | 203 | 336 | 5 | 51 | 0 | 15 | 445 | 72 | 105 |
| Binary | 11010011 | 10000011 | 11011110 | 101 | 101001 | 0 | 1101 | 100100101 | 111010 | 1000101 |
Color Harmonies of #D383DE
Complementary color
Monochromatic Colors of #D383DE
Black with #D383DE
Text Example
Text Example
White with #D383DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383DE; }
p { color: rgb(211,131,222); }
H1.HeaderClassName
{
color: #D383DE;
}
.AnyTagClassName
{
color: #D383DE;
}
</style>
background-color css
<style>
a { background-color: #D383DE; }
a { background-color: rgb(211,131,222); }
div.DivClassName
{
background-color: #D383DE;
}
.BgClassName
{
background-color: #D383DE;
}
</style>
border-color css
<style>
span { border-color: #D383DE; }
span { border-color: rgb(211,131,222); }
td.TdClassName
{
border-color: #D383DE;
}
.TagClassName
{
border-color: #D383DE;
}
</style>