Shades of Orchid #D981C7
Tints of Orchid #D981C7
RGB
CMYK
RGB Variations
Color information
#D981C7 (or 0xD981C7) is known color: Orchid. HEX triplet: D9, 81 and C7. RGB value is (217,129,199). Sum of RGB (Red+Green+Blue) = 217+129+199=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D981C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981C7 is #267E38. Grayscale: #A3A3A3. Windows color (decimal): -2522681 or 13074905. OLE color: 13074905.
HSL color Cylindrical-coordinate representation of color #D981C7: hue angle of 312.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D981C7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 199 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.15 |
| HSL | 312.27º | 0.54% | 0.68% | - |
| HSV(B) | 312.27º | 0.41% | 0.85% | - |
| XYZ | 46.77 | 34.58 | 58.24 | - |
| YUV | 163.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 199 | 0 | 0.41 | 0.08 | 0.15 | 312.27 | 0.54 | 0.68 |
| Hex | D9 | 81 | C7 | 0 | 29 | 8 | F | 138 | 36 | 44 |
| Octal | 331 | 201 | 307 | 0 | 51 | 10 | 17 | 470 | 66 | 104 |
| Binary | 11011001 | 10000001 | 11000111 | 0 | 101001 | 1000 | 1111 | 100111000 | 110110 | 1000100 |
Color Harmonies of #D981C7
Complementary color
Monochromatic Colors of #D981C7
Black with #D981C7
Text Example
Text Example
White with #D981C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981C7; }
p { color: rgb(217,129,199); }
H1.HeaderClassName
{
color: #D981C7;
}
.AnyTagClassName
{
color: #D981C7;
}
</style>
background-color css
<style>
a { background-color: #D981C7; }
a { background-color: rgb(217,129,199); }
div.DivClassName
{
background-color: #D981C7;
}
.BgClassName
{
background-color: #D981C7;
}
</style>
border-color css
<style>
span { border-color: #D981C7; }
span { border-color: rgb(217,129,199); }
td.TdClassName
{
border-color: #D981C7;
}
.TagClassName
{
border-color: #D981C7;
}
</style>