Shades of Orchid #D182D8
Tints of Orchid #D182D8
RGB
CMYK
RGB Variations
Color information
#D182D8 (or 0xD182D8) is known color: Orchid. HEX triplet: D1, 82 and D8. RGB value is (209,130,216). Sum of RGB (Red+Green+Blue) = 209+130+216=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #D182D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D8 is #2E7D27. Grayscale: #A3A3A3. Windows color (decimal): -3046696 or 14189265. OLE color: 14189265.
HSL color Cylindrical-coordinate representation of color #D182D8: hue angle of 295.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D182D8 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 130 | 216 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.15 |
| HSL | 295.12º | 0.52% | 0.68% | - |
| HSV(B) | 295.12º | 0.4% | 0.85% | - |
| XYZ | 46.67 | 34.48 | 69.16 | - |
| YUV | 163.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 216 | 0.03 | 0.40 | 0 | 0.15 | 295.12 | 0.52 | 0.68 |
| Hex | D1 | 82 | D8 | 3 | 28 | 0 | F | 127 | 34 | 44 |
| Octal | 321 | 202 | 330 | 3 | 50 | 0 | 17 | 447 | 64 | 104 |
| Binary | 11010001 | 10000010 | 11011000 | 11 | 101000 | 0 | 1111 | 100100111 | 110100 | 1000100 |
Color Harmonies of #D182D8
Complementary color
Monochromatic Colors of #D182D8
Black with #D182D8
Text Example
Text Example
White with #D182D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182D8; }
p { color: rgb(209,130,216); }
H1.HeaderClassName
{
color: #D182D8;
}
.AnyTagClassName
{
color: #D182D8;
}
</style>
background-color css
<style>
a { background-color: #D182D8; }
a { background-color: rgb(209,130,216); }
div.DivClassName
{
background-color: #D182D8;
}
.BgClassName
{
background-color: #D182D8;
}
</style>
border-color css
<style>
span { border-color: #D182D8; }
span { border-color: rgb(209,130,216); }
td.TdClassName
{
border-color: #D182D8;
}
.TagClassName
{
border-color: #D182D8;
}
</style>