Shades of Orchid #D382CC
Tints of Orchid #D382CC
RGB
CMYK
RGB Variations
Color information
#D382CC (or 0xD382CC) is known color: Orchid. HEX triplet: D3, 82 and CC. RGB value is (211,130,204). Sum of RGB (Red+Green+Blue) = 211+130+204=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D382CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382CC is #2C7D33. Grayscale: #A2A2A2. Windows color (decimal): -2915636 or 13402835. OLE color: 13402835.
HSL color Cylindrical-coordinate representation of color #D382CC: hue angle of 305.19º 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 #D382CC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 204 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.17 |
| HSL | 305.19º | 0.48% | 0.67% | - |
| HSV(B) | 305.19º | 0.38% | 0.83% | - |
| XYZ | 45.75 | 34.17 | 61.31 | - |
| YUV | 162.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 204 | 0 | 0.38 | 0.03 | 0.17 | 305.19 | 0.48 | 0.67 |
| Hex | D3 | 82 | CC | 0 | 26 | 3 | 11 | 131 | 30 | 43 |
| Octal | 323 | 202 | 314 | 0 | 46 | 3 | 21 | 461 | 60 | 103 |
| Binary | 11010011 | 10000010 | 11001100 | 0 | 100110 | 11 | 10001 | 100110001 | 110000 | 1000011 |
Color Harmonies of #D382CC
Complementary color
Monochromatic Colors of #D382CC
Black with #D382CC
Text Example
Text Example
White with #D382CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382CC; }
p { color: rgb(211,130,204); }
H1.HeaderClassName
{
color: #D382CC;
}
.AnyTagClassName
{
color: #D382CC;
}
</style>
background-color css
<style>
a { background-color: #D382CC; }
a { background-color: rgb(211,130,204); }
div.DivClassName
{
background-color: #D382CC;
}
.BgClassName
{
background-color: #D382CC;
}
</style>
border-color css
<style>
span { border-color: #D382CC; }
span { border-color: rgb(211,130,204); }
td.TdClassName
{
border-color: #D382CC;
}
.TagClassName
{
border-color: #D382CC;
}
</style>