Shades of Orchid #D381BE
Tints of Orchid #D381BE
RGB
CMYK
RGB Variations
Color information
#D381BE (or 0xD381BE) is known color: Orchid. HEX triplet: D3, 81 and BE. RGB value is (211,129,190). Sum of RGB (Red+Green+Blue) = 211+129+190=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D381BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381BE is #2C7E41. Grayscale: #A0A0A0. Windows color (decimal): -2915906 or 12485075. OLE color: 12485075.
HSL color Cylindrical-coordinate representation of color #D381BE: hue angle of 315.37º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D381BE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 190 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.17 |
| HSL | 315.37º | 0.48% | 0.67% | - |
| HSV(B) | 315.37º | 0.39% | 0.83% | - |
| XYZ | 44.01 | 33.27 | 52.82 | - |
| YUV | 160.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 190 | 0 | 0.39 | 0.10 | 0.17 | 315.37 | 0.48 | 0.67 |
| Hex | D3 | 81 | BE | 0 | 27 | A | 11 | 13B | 30 | 43 |
| Octal | 323 | 201 | 276 | 0 | 47 | 12 | 21 | 473 | 60 | 103 |
| Binary | 11010011 | 10000001 | 10111110 | 0 | 100111 | 1010 | 10001 | 100111011 | 110000 | 1000011 |
Color Harmonies of #D381BE
Complementary color
Monochromatic Colors of #D381BE
Black with #D381BE
Text Example
Text Example
White with #D381BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381BE; }
p { color: rgb(211,129,190); }
H1.HeaderClassName
{
color: #D381BE;
}
.AnyTagClassName
{
color: #D381BE;
}
</style>
background-color css
<style>
a { background-color: #D381BE; }
a { background-color: rgb(211,129,190); }
div.DivClassName
{
background-color: #D381BE;
}
.BgClassName
{
background-color: #D381BE;
}
</style>
border-color css
<style>
span { border-color: #D381BE; }
span { border-color: rgb(211,129,190); }
td.TdClassName
{
border-color: #D381BE;
}
.TagClassName
{
border-color: #D381BE;
}
</style>