Shades of Orchid #D383C7
Tints of Orchid #D383C7
RGB
CMYK
RGB Variations
Color information
#D383C7 (or 0xD383C7) is known color: Orchid. HEX triplet: D3, 83 and C7. RGB value is (211,131,199). Sum of RGB (Red+Green+Blue) = 211+131+199=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D383C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383C7 is #2C7C38. Grayscale: #A2A2A2. Windows color (decimal): -2915385 or 13075411. OLE color: 13075411.
HSL color Cylindrical-coordinate representation of color #D383C7: hue angle of 309º 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 #D383C7 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 131 | 199 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.17 |
| HSL | 309º | 0.48% | 0.67% | - |
| HSV(B) | 309º | 0.38% | 0.83% | - |
| XYZ | 45.29 | 34.21 | 58.25 | - |
| YUV | 162.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 131 | 199 | 0 | 0.38 | 0.06 | 0.17 | 309 | 0.48 | 0.67 |
| Hex | D3 | 83 | C7 | 0 | 26 | 6 | 11 | 135 | 30 | 43 |
| Octal | 323 | 203 | 307 | 0 | 46 | 6 | 21 | 465 | 60 | 103 |
| Binary | 11010011 | 10000011 | 11000111 | 0 | 100110 | 110 | 10001 | 100110101 | 110000 | 1000011 |
Color Harmonies of #D383C7
Complementary color
Monochromatic Colors of #D383C7
Black with #D383C7
Text Example
Text Example
White with #D383C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D383C7; }
p { color: rgb(211,131,199); }
H1.HeaderClassName
{
color: #D383C7;
}
.AnyTagClassName
{
color: #D383C7;
}
</style>
background-color css
<style>
a { background-color: #D383C7; }
a { background-color: rgb(211,131,199); }
div.DivClassName
{
background-color: #D383C7;
}
.BgClassName
{
background-color: #D383C7;
}
</style>
border-color css
<style>
span { border-color: #D383C7; }
span { border-color: rgb(211,131,199); }
td.TdClassName
{
border-color: #D383C7;
}
.TagClassName
{
border-color: #D383C7;
}
</style>