Shades of Orchid #D883DA
Tints of Orchid #D883DA
RGB
CMYK
RGB Variations
Color information
#D883DA (or 0xD883DA) is known color: Orchid. HEX triplet: D8, 83 and DA. RGB value is (216,131,218). Sum of RGB (Red+Green+Blue) = 216+131+218=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D883DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883DA is #277C25. Grayscale: #A6A6A6. Windows color (decimal): -2587686 or 14320600. OLE color: 14320600.
HSL color Cylindrical-coordinate representation of color #D883DA: hue angle of 298.62º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D883DA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 218 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.15 |
| HSL | 298.62º | 0.54% | 0.68% | - |
| HSV(B) | 298.62º | 0.4% | 0.85% | - |
| XYZ | 49.09 | 35.89 | 70.67 | - |
| YUV | 166.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 218 | 0.01 | 0.40 | 0 | 0.15 | 298.62 | 0.54 | 0.68 |
| Hex | D8 | 83 | DA | 1 | 28 | 0 | F | 12B | 36 | 44 |
| Octal | 330 | 203 | 332 | 1 | 50 | 0 | 17 | 453 | 66 | 104 |
| Binary | 11011000 | 10000011 | 11011010 | 1 | 101000 | 0 | 1111 | 100101011 | 110110 | 1000100 |
Color Harmonies of #D883DA
Complementary color
Monochromatic Colors of #D883DA
Black with #D883DA
Text Example
Text Example
White with #D883DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D883DA; }
p { color: rgb(216,131,218); }
H1.HeaderClassName
{
color: #D883DA;
}
.AnyTagClassName
{
color: #D883DA;
}
</style>
background-color css
<style>
a { background-color: #D883DA; }
a { background-color: rgb(216,131,218); }
div.DivClassName
{
background-color: #D883DA;
}
.BgClassName
{
background-color: #D883DA;
}
</style>
border-color css
<style>
span { border-color: #D883DA; }
span { border-color: rgb(216,131,218); }
td.TdClassName
{
border-color: #D883DA;
}
.TagClassName
{
border-color: #D883DA;
}
</style>