Shades of Orchid #D381DD
Tints of Orchid #D381DD
RGB
CMYK
RGB Variations
Color information
#D381DD (or 0xD381DD) is known color: Orchid. HEX triplet: D3, 81 and DD. RGB value is (211,129,221). Sum of RGB (Red+Green+Blue) = 211+129+221=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D381DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381DD is #2C7E22. Grayscale: #A3A3A3. Windows color (decimal): -2915875 or 14516691. OLE color: 14516691.
HSL color Cylindrical-coordinate representation of color #D381DD: hue angle of 293.48º degrees, saturation: 0.57, 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 #D381DD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 129 | 221 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.13 |
| HSL | 293.48º | 0.58% | 0.69% | - |
| HSV(B) | 293.48º | 0.42% | 0.87% | - |
| XYZ | 47.77 | 34.77 | 72.6 | - |
| YUV | 164.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 221 | 0.05 | 0.42 | 0 | 0.13 | 293.48 | 0.58 | 0.69 |
| Hex | D3 | 81 | DD | 5 | 2A | 0 | D | 125 | 3A | 45 |
| Octal | 323 | 201 | 335 | 5 | 52 | 0 | 15 | 445 | 72 | 105 |
| Binary | 11010011 | 10000001 | 11011101 | 101 | 101010 | 0 | 1101 | 100100101 | 111010 | 1000101 |
Color Harmonies of #D381DD
Complementary color
Monochromatic Colors of #D381DD
Black with #D381DD
Text Example
Text Example
White with #D381DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381DD; }
p { color: rgb(211,129,221); }
H1.HeaderClassName
{
color: #D381DD;
}
.AnyTagClassName
{
color: #D381DD;
}
</style>
background-color css
<style>
a { background-color: #D381DD; }
a { background-color: rgb(211,129,221); }
div.DivClassName
{
background-color: #D381DD;
}
.BgClassName
{
background-color: #D381DD;
}
</style>
border-color css
<style>
span { border-color: #D381DD; }
span { border-color: rgb(211,129,221); }
td.TdClassName
{
border-color: #D381DD;
}
.TagClassName
{
border-color: #D381DD;
}
</style>