Shades of Orchid #D181C5
Tints of Orchid #D181C5
RGB
CMYK
RGB Variations
Color information
#D181C5 (or 0xD181C5) is known color: Orchid. HEX triplet: D1, 81 and C5. RGB value is (209,129,197). Sum of RGB (Red+Green+Blue) = 209+129+197=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D181C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181C5 is #2E7E3A. Grayscale: #A0A0A0. Windows color (decimal): -3046971 or 12943825. OLE color: 12943825.
HSL color Cylindrical-coordinate representation of color #D181C5: hue angle of 309º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181C5 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 197 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.18 |
| HSL | 309º | 0.47% | 0.66% | - |
| HSV(B) | 309º | 0.38% | 0.82% | - |
| XYZ | 44.22 | 33.29 | 56.92 | - |
| YUV | 160.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 197 | 0 | 0.38 | 0.06 | 0.18 | 309 | 0.47 | 0.66 |
| Hex | D1 | 81 | C5 | 0 | 26 | 6 | 12 | 135 | 2F | 42 |
| Octal | 321 | 201 | 305 | 0 | 46 | 6 | 22 | 465 | 57 | 102 |
| Binary | 11010001 | 10000001 | 11000101 | 0 | 100110 | 110 | 10010 | 100110101 | 101111 | 1000010 |
Color Harmonies of #D181C5
Complementary color
Monochromatic Colors of #D181C5
Black with #D181C5
Text Example
Text Example
White with #D181C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181C5; }
p { color: rgb(209,129,197); }
H1.HeaderClassName
{
color: #D181C5;
}
.AnyTagClassName
{
color: #D181C5;
}
</style>
background-color css
<style>
a { background-color: #D181C5; }
a { background-color: rgb(209,129,197); }
div.DivClassName
{
background-color: #D181C5;
}
.BgClassName
{
background-color: #D181C5;
}
</style>
border-color css
<style>
span { border-color: #D181C5; }
span { border-color: rgb(209,129,197); }
td.TdClassName
{
border-color: #D181C5;
}
.TagClassName
{
border-color: #D181C5;
}
</style>