Shades of Orchid #D181DD
Tints of Orchid #D181DD
RGB
CMYK
RGB Variations
Color information
#D181DD (or 0xD181DD) is known color: Orchid. HEX triplet: D1, 81 and DD. RGB value is (209,129,221). Sum of RGB (Red+Green+Blue) = 209+129+221=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D181DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DD is #2E7E22. Grayscale: #A3A3A3. Windows color (decimal): -3046947 or 14516689. OLE color: 14516689.
HSL color Cylindrical-coordinate representation of color #D181DD: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D181DD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 129 | 221 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.13 |
| HSL | 292.17º | 0.58% | 0.69% | - |
| HSV(B) | 292.17º | 0.42% | 0.87% | - |
| XYZ | 47.2 | 34.48 | 72.57 | - |
| YUV | 163.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 221 | 0.05 | 0.42 | 0 | 0.13 | 292.17 | 0.58 | 0.69 |
| Hex | D1 | 81 | DD | 5 | 2A | 0 | D | 124 | 3A | 45 |
| Octal | 321 | 201 | 335 | 5 | 52 | 0 | 15 | 444 | 72 | 105 |
| Binary | 11010001 | 10000001 | 11011101 | 101 | 101010 | 0 | 1101 | 100100100 | 111010 | 1000101 |
Color Harmonies of #D181DD
Complementary color
Monochromatic Colors of #D181DD
Black with #D181DD
Text Example
Text Example
White with #D181DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181DD; }
p { color: rgb(209,129,221); }
H1.HeaderClassName
{
color: #D181DD;
}
.AnyTagClassName
{
color: #D181DD;
}
</style>
background-color css
<style>
a { background-color: #D181DD; }
a { background-color: rgb(209,129,221); }
div.DivClassName
{
background-color: #D181DD;
}
.BgClassName
{
background-color: #D181DD;
}
</style>
border-color css
<style>
span { border-color: #D181DD; }
span { border-color: rgb(209,129,221); }
td.TdClassName
{
border-color: #D181DD;
}
.TagClassName
{
border-color: #D181DD;
}
</style>