Shades of Orchid #D981E3
Tints of Orchid #D981E3
RGB
CMYK
RGB Variations
Color information
#D981E3 (or 0xD981E3) is known color: Orchid. HEX triplet: D9, 81 and E3. RGB value is (217,129,227). Sum of RGB (Red+Green+Blue) = 217+129+227=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #D981E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981E3 is #267E1C. Grayscale: #A6A6A6. Windows color (decimal): -2522653 or 14909913. OLE color: 14909913.
HSL color Cylindrical-coordinate representation of color #D981E3: hue angle of 293.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D981E3 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 129 | 227 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.11 |
| HSL | 293.88º | 0.64% | 0.7% | - |
| HSV(B) | 293.88º | 0.43% | 0.89% | - |
| XYZ | 50.33 | 36 | 76.97 | - |
| YUV | 166.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 227 | 0.04 | 0.43 | 0 | 0.11 | 293.88 | 0.64 | 0.7 |
| Hex | D9 | 81 | E3 | 4 | 2B | 0 | B | 126 | 40 | 46 |
| Octal | 331 | 201 | 343 | 4 | 53 | 0 | 13 | 446 | 100 | 106 |
| Binary | 11011001 | 10000001 | 11100011 | 100 | 101011 | 0 | 1011 | 100100110 | 1000000 | 1000110 |
Color Harmonies of #D981E3
Complementary color
Monochromatic Colors of #D981E3
Black with #D981E3
Text Example
Text Example
White with #D981E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981E3; }
p { color: rgb(217,129,227); }
H1.HeaderClassName
{
color: #D981E3;
}
.AnyTagClassName
{
color: #D981E3;
}
</style>
background-color css
<style>
a { background-color: #D981E3; }
a { background-color: rgb(217,129,227); }
div.DivClassName
{
background-color: #D981E3;
}
.BgClassName
{
background-color: #D981E3;
}
</style>
border-color css
<style>
span { border-color: #D981E3; }
span { border-color: rgb(217,129,227); }
td.TdClassName
{
border-color: #D981E3;
}
.TagClassName
{
border-color: #D981E3;
}
</style>