Shades of Orchid #D388D9
Tints of Orchid #D388D9
RGB
CMYK
RGB Variations
Color information
#D388D9 (or 0xD388D9) is known color: Orchid. HEX triplet: D3, 88 and D9. RGB value is (211,136,217). Sum of RGB (Red+Green+Blue) = 211+136+217=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #D388D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388D9 is #2C7726. Grayscale: #A7A7A7. Windows color (decimal): -2914087 or 14256339. OLE color: 14256339.
HSL color Cylindrical-coordinate representation of color #D388D9: hue angle of 295.56º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D388D9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 136 | 217 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.15 |
| HSL | 295.56º | 0.52% | 0.69% | - |
| HSV(B) | 295.56º | 0.37% | 0.85% | - |
| XYZ | 48.19 | 36.47 | 70.14 | - |
| YUV | 167.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 217 | 0.03 | 0.37 | 0 | 0.15 | 295.56 | 0.52 | 0.69 |
| Hex | D3 | 88 | D9 | 3 | 25 | 0 | F | 128 | 34 | 45 |
| Octal | 323 | 210 | 331 | 3 | 45 | 0 | 17 | 450 | 64 | 105 |
| Binary | 11010011 | 10001000 | 11011001 | 11 | 100101 | 0 | 1111 | 100101000 | 110100 | 1000101 |
Color Harmonies of #D388D9
Complementary color
Monochromatic Colors of #D388D9
Black with #D388D9
Text Example
Text Example
White with #D388D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388D9; }
p { color: rgb(211,136,217); }
H1.HeaderClassName
{
color: #D388D9;
}
.AnyTagClassName
{
color: #D388D9;
}
</style>
background-color css
<style>
a { background-color: #D388D9; }
a { background-color: rgb(211,136,217); }
div.DivClassName
{
background-color: #D388D9;
}
.BgClassName
{
background-color: #D388D9;
}
</style>
border-color css
<style>
span { border-color: #D388D9; }
span { border-color: rgb(211,136,217); }
td.TdClassName
{
border-color: #D388D9;
}
.TagClassName
{
border-color: #D388D9;
}
</style>