Shades of Orchid #D883D1
Tints of Orchid #D883D1
RGB
CMYK
RGB Variations
Color information
#D883D1 (or 0xD883D1) is known color: Orchid. HEX triplet: D8, 83 and D1. RGB value is (216,131,209). Sum of RGB (Red+Green+Blue) = 216+131+209=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D883D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883D1 is #277C2E. Grayscale: #A5A5A5. Windows color (decimal): -2587695 or 13730776. OLE color: 13730776.
HSL color Cylindrical-coordinate representation of color #D883D1: hue angle of 304.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883D1 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 209 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.15 |
| HSL | 304.94º | 0.52% | 0.68% | - |
| HSV(B) | 304.94º | 0.39% | 0.85% | - |
| XYZ | 47.94 | 35.43 | 64.63 | - |
| YUV | 165.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 209 | 0 | 0.39 | 0.03 | 0.15 | 304.94 | 0.52 | 0.68 |
| Hex | D8 | 83 | D1 | 0 | 27 | 3 | F | 131 | 34 | 44 |
| Octal | 330 | 203 | 321 | 0 | 47 | 3 | 17 | 461 | 64 | 104 |
| Binary | 11011000 | 10000011 | 11010001 | 0 | 100111 | 11 | 1111 | 100110001 | 110100 | 1000100 |
Color Harmonies of #D883D1
Complementary color
Monochromatic Colors of #D883D1
Black with #D883D1
Text Example
Text Example
White with #D883D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D883D1; }
p { color: rgb(216,131,209); }
H1.HeaderClassName
{
color: #D883D1;
}
.AnyTagClassName
{
color: #D883D1;
}
</style>
background-color css
<style>
a { background-color: #D883D1; }
a { background-color: rgb(216,131,209); }
div.DivClassName
{
background-color: #D883D1;
}
.BgClassName
{
background-color: #D883D1;
}
</style>
border-color css
<style>
span { border-color: #D883D1; }
span { border-color: rgb(216,131,209); }
td.TdClassName
{
border-color: #D883D1;
}
.TagClassName
{
border-color: #D883D1;
}
</style>