Shades of Orchid #D182DB
Tints of Orchid #D182DB
RGB
CMYK
RGB Variations
Color information
#D182DB (or 0xD182DB) is known color: Orchid. HEX triplet: D1, 82 and DB. RGB value is (209,130,219). Sum of RGB (Red+Green+Blue) = 209+130+219=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D182DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182DB is #2E7D24. Grayscale: #A3A3A3. Windows color (decimal): -3046693 or 14385873. OLE color: 14385873.
HSL color Cylindrical-coordinate representation of color #D182DB: hue angle of 293.26º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D182DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 130 | 219 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 293.26º | 0.55% | 0.68% | - |
| HSV(B) | 293.26º | 0.41% | 0.86% | - |
| XYZ | 47.06 | 34.64 | 71.22 | - |
| YUV | 163.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 219 | 0.05 | 0.41 | 0 | 0.14 | 293.26 | 0.55 | 0.68 |
| Hex | D1 | 82 | DB | 5 | 29 | 0 | E | 125 | 37 | 44 |
| Octal | 321 | 202 | 333 | 5 | 51 | 0 | 16 | 445 | 67 | 104 |
| Binary | 11010001 | 10000010 | 11011011 | 101 | 101001 | 0 | 1110 | 100100101 | 110111 | 1000100 |
Color Harmonies of #D182DB
Complementary color
Monochromatic Colors of #D182DB
Black with #D182DB
Text Example
Text Example
White with #D182DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182DB; }
p { color: rgb(209,130,219); }
H1.HeaderClassName
{
color: #D182DB;
}
.AnyTagClassName
{
color: #D182DB;
}
</style>
background-color css
<style>
a { background-color: #D182DB; }
a { background-color: rgb(209,130,219); }
div.DivClassName
{
background-color: #D182DB;
}
.BgClassName
{
background-color: #D182DB;
}
</style>
border-color css
<style>
span { border-color: #D182DB; }
span { border-color: rgb(209,130,219); }
td.TdClassName
{
border-color: #D182DB;
}
.TagClassName
{
border-color: #D182DB;
}
</style>