Shades of Orchid #D381DE
Tints of Orchid #D381DE
RGB
CMYK
RGB Variations
Color information
#D381DE (or 0xD381DE) is known color: Orchid. HEX triplet: D3, 81 and DE. RGB value is (211,129,222). Sum of RGB (Red+Green+Blue) = 211+129+222=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #D381DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381DE is #2C7E21. Grayscale: #A3A3A3. Windows color (decimal): -2915874 or 14582227. OLE color: 14582227.
HSL color Cylindrical-coordinate representation of color #D381DE: hue angle of 292.9º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D381DE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 129 | 222 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.13 |
| HSL | 292.9º | 0.58% | 0.69% | - |
| HSV(B) | 292.9º | 0.42% | 0.87% | - |
| XYZ | 47.9 | 34.82 | 73.3 | - |
| YUV | 164.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 222 | 0.05 | 0.42 | 0 | 0.13 | 292.9 | 0.58 | 0.69 |
| Hex | D3 | 81 | DE | 5 | 2A | 0 | D | 125 | 3A | 45 |
| Octal | 323 | 201 | 336 | 5 | 52 | 0 | 15 | 445 | 72 | 105 |
| Binary | 11010011 | 10000001 | 11011110 | 101 | 101010 | 0 | 1101 | 100100101 | 111010 | 1000101 |
Color Harmonies of #D381DE
Complementary color
Monochromatic Colors of #D381DE
Black with #D381DE
Text Example
Text Example
White with #D381DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381DE; }
p { color: rgb(211,129,222); }
H1.HeaderClassName
{
color: #D381DE;
}
.AnyTagClassName
{
color: #D381DE;
}
</style>
background-color css
<style>
a { background-color: #D381DE; }
a { background-color: rgb(211,129,222); }
div.DivClassName
{
background-color: #D381DE;
}
.BgClassName
{
background-color: #D381DE;
}
</style>
border-color css
<style>
span { border-color: #D381DE; }
span { border-color: rgb(211,129,222); }
td.TdClassName
{
border-color: #D381DE;
}
.TagClassName
{
border-color: #D381DE;
}
</style>