Shades of Orchid #D981DA
Tints of Orchid #D981DA
RGB
CMYK
RGB Variations
Color information
#D981DA (or 0xD981DA) is known color: Orchid. HEX triplet: D9, 81 and DA. RGB value is (217,129,218). Sum of RGB (Red+Green+Blue) = 217+129+218=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D981DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981DA is #267E25. Grayscale: #A5A5A5. Windows color (decimal): -2522662 or 14320089. OLE color: 14320089.
HSL color Cylindrical-coordinate representation of color #D981DA: hue angle of 299.33º degrees, saturation: 0.55, 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 #D981DA is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 129 | 218 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.15 |
| HSL | 299.33º | 0.55% | 0.68% | - |
| HSV(B) | 299.33º | 0.41% | 0.85% | - |
| XYZ | 49.12 | 35.51 | 70.6 | - |
| YUV | 165.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 129 | 218 | 0.00 | 0.41 | 0 | 0.15 | 299.33 | 0.55 | 0.68 |
| Hex | D9 | 81 | DA | 0 | 29 | 0 | F | 12B | 37 | 44 |
| Octal | 331 | 201 | 332 | 0 | 51 | 0 | 17 | 453 | 67 | 104 |
| Binary | 11011001 | 10000001 | 11011010 | 0 | 101001 | 0 | 1111 | 100101011 | 110111 | 1000100 |
Color Harmonies of #D981DA
Complementary color
Monochromatic Colors of #D981DA
Black with #D981DA
Text Example
Text Example
White with #D981DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D981DA; }
p { color: rgb(217,129,218); }
H1.HeaderClassName
{
color: #D981DA;
}
.AnyTagClassName
{
color: #D981DA;
}
</style>
background-color css
<style>
a { background-color: #D981DA; }
a { background-color: rgb(217,129,218); }
div.DivClassName
{
background-color: #D981DA;
}
.BgClassName
{
background-color: #D981DA;
}
</style>
border-color css
<style>
span { border-color: #D981DA; }
span { border-color: rgb(217,129,218); }
td.TdClassName
{
border-color: #D981DA;
}
.TagClassName
{
border-color: #D981DA;
}
</style>