Shades of Orchid #D382C5
Tints of Orchid #D382C5
RGB
CMYK
RGB Variations
Color information
#D382C5 (or 0xD382C5) is known color: Orchid. HEX triplet: D3, 82 and C5. RGB value is (211,130,197). Sum of RGB (Red+Green+Blue) = 211+130+197=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D382C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382C5 is #2C7D3A. Grayscale: #A1A1A1. Windows color (decimal): -2915643 or 12944083. OLE color: 12944083.
HSL color Cylindrical-coordinate representation of color #D382C5: hue angle of 310.37º 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 #D382C5 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 197 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.17 |
| HSL | 310.37º | 0.48% | 0.67% | - |
| HSV(B) | 310.37º | 0.38% | 0.83% | - |
| XYZ | 44.92 | 33.85 | 56.99 | - |
| YUV | 161.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 197 | 0 | 0.38 | 0.07 | 0.17 | 310.37 | 0.48 | 0.67 |
| Hex | D3 | 82 | C5 | 0 | 26 | 7 | 11 | 136 | 30 | 43 |
| Octal | 323 | 202 | 305 | 0 | 46 | 7 | 21 | 466 | 60 | 103 |
| Binary | 11010011 | 10000010 | 11000101 | 0 | 100110 | 111 | 10001 | 100110110 | 110000 | 1000011 |
Color Harmonies of #D382C5
Complementary color
Monochromatic Colors of #D382C5
Black with #D382C5
Text Example
Text Example
White with #D382C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382C5; }
p { color: rgb(211,130,197); }
H1.HeaderClassName
{
color: #D382C5;
}
.AnyTagClassName
{
color: #D382C5;
}
</style>
background-color css
<style>
a { background-color: #D382C5; }
a { background-color: rgb(211,130,197); }
div.DivClassName
{
background-color: #D382C5;
}
.BgClassName
{
background-color: #D382C5;
}
</style>
border-color css
<style>
span { border-color: #D382C5; }
span { border-color: rgb(211,130,197); }
td.TdClassName
{
border-color: #D382C5;
}
.TagClassName
{
border-color: #D382C5;
}
</style>