Shades of Orchid #D883CE
Tints of Orchid #D883CE
RGB
CMYK
RGB Variations
Color information
#D883CE (or 0xD883CE) is known color: Orchid. HEX triplet: D8, 83 and CE. RGB value is (216,131,206). Sum of RGB (Red+Green+Blue) = 216+131+206=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D883CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883CE is #277C31. Grayscale: #A4A4A4. Windows color (decimal): -2587698 or 13534168. OLE color: 13534168.
HSL color Cylindrical-coordinate representation of color #D883CE: hue angle of 307.06º 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 #D883CE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 206 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.15 |
| HSL | 307.06º | 0.52% | 0.68% | - |
| HSV(B) | 307.06º | 0.39% | 0.85% | - |
| XYZ | 47.58 | 35.29 | 62.7 | - |
| YUV | 164.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 206 | 0 | 0.39 | 0.05 | 0.15 | 307.06 | 0.52 | 0.68 |
| Hex | D8 | 83 | CE | 0 | 27 | 5 | F | 133 | 34 | 44 |
| Octal | 330 | 203 | 316 | 0 | 47 | 5 | 17 | 463 | 64 | 104 |
| Binary | 11011000 | 10000011 | 11001110 | 0 | 100111 | 101 | 1111 | 100110011 | 110100 | 1000100 |
Color Harmonies of #D883CE
Complementary color
Monochromatic Colors of #D883CE
Black with #D883CE
Text Example
Text Example
White with #D883CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D883CE; }
p { color: rgb(216,131,206); }
H1.HeaderClassName
{
color: #D883CE;
}
.AnyTagClassName
{
color: #D883CE;
}
</style>
background-color css
<style>
a { background-color: #D883CE; }
a { background-color: rgb(216,131,206); }
div.DivClassName
{
background-color: #D883CE;
}
.BgClassName
{
background-color: #D883CE;
}
</style>
border-color css
<style>
span { border-color: #D883CE; }
span { border-color: rgb(216,131,206); }
td.TdClassName
{
border-color: #D883CE;
}
.TagClassName
{
border-color: #D883CE;
}
</style>