Shades of Orchid #D382BE
Tints of Orchid #D382BE
RGB
CMYK
RGB Variations
Color information
#D382BE (or 0xD382BE) is known color: Orchid. HEX triplet: D3, 82 and BE. RGB value is (211,130,190). Sum of RGB (Red+Green+Blue) = 211+130+190=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D382BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382BE is #2C7D41. Grayscale: #A0A0A0. Windows color (decimal): -2915650 or 12485331. OLE color: 12485331.
HSL color Cylindrical-coordinate representation of color #D382BE: hue angle of 315.56º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D382BE is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 190 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.17 |
| HSL | 315.56º | 0.48% | 0.67% | - |
| HSV(B) | 315.56º | 0.38% | 0.83% | - |
| XYZ | 44.14 | 33.53 | 52.86 | - |
| YUV | 161.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 190 | 0 | 0.38 | 0.10 | 0.17 | 315.56 | 0.48 | 0.67 |
| Hex | D3 | 82 | BE | 0 | 26 | A | 11 | 13C | 30 | 43 |
| Octal | 323 | 202 | 276 | 0 | 46 | 12 | 21 | 474 | 60 | 103 |
| Binary | 11010011 | 10000010 | 10111110 | 0 | 100110 | 1010 | 10001 | 100111100 | 110000 | 1000011 |
Color Harmonies of #D382BE
Complementary color
Monochromatic Colors of #D382BE
Black with #D382BE
Text Example
Text Example
White with #D382BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382BE; }
p { color: rgb(211,130,190); }
H1.HeaderClassName
{
color: #D382BE;
}
.AnyTagClassName
{
color: #D382BE;
}
</style>
background-color css
<style>
a { background-color: #D382BE; }
a { background-color: rgb(211,130,190); }
div.DivClassName
{
background-color: #D382BE;
}
.BgClassName
{
background-color: #D382BE;
}
</style>
border-color css
<style>
span { border-color: #D382BE; }
span { border-color: rgb(211,130,190); }
td.TdClassName
{
border-color: #D382BE;
}
.TagClassName
{
border-color: #D382BE;
}
</style>