Shades of Orchid #D381BF
Tints of Orchid #D381BF
RGB
CMYK
RGB Variations
Color information
#D381BF (or 0xD381BF) is known color: Orchid. HEX triplet: D3, 81 and BF. RGB value is (211,129,191). Sum of RGB (Red+Green+Blue) = 211+129+191=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D381BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381BF is #2C7E40. Grayscale: #A0A0A0. Windows color (decimal): -2915905 or 12550611. OLE color: 12550611.
HSL color Cylindrical-coordinate representation of color #D381BF: hue angle of 314.63º 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 #D381BF is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 191 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.17 |
| HSL | 314.63º | 0.48% | 0.67% | - |
| HSV(B) | 314.63º | 0.39% | 0.83% | - |
| XYZ | 44.12 | 33.31 | 53.39 | - |
| YUV | 160.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 191 | 0 | 0.39 | 0.09 | 0.17 | 314.63 | 0.48 | 0.67 |
| Hex | D3 | 81 | BF | 0 | 27 | 9 | 11 | 13B | 30 | 43 |
| Octal | 323 | 201 | 277 | 0 | 47 | 11 | 21 | 473 | 60 | 103 |
| Binary | 11010011 | 10000001 | 10111111 | 0 | 100111 | 1001 | 10001 | 100111011 | 110000 | 1000011 |
Color Harmonies of #D381BF
Complementary color
Monochromatic Colors of #D381BF
Black with #D381BF
Text Example
Text Example
White with #D381BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381BF; }
p { color: rgb(211,129,191); }
H1.HeaderClassName
{
color: #D381BF;
}
.AnyTagClassName
{
color: #D381BF;
}
</style>
background-color css
<style>
a { background-color: #D381BF; }
a { background-color: rgb(211,129,191); }
div.DivClassName
{
background-color: #D381BF;
}
.BgClassName
{
background-color: #D381BF;
}
</style>
border-color css
<style>
span { border-color: #D381BF; }
span { border-color: rgb(211,129,191); }
td.TdClassName
{
border-color: #D381BF;
}
.TagClassName
{
border-color: #D381BF;
}
</style>