Shades of Orchid #D182C5
Tints of Orchid #D182C5
RGB
CMYK
RGB Variations
Color information
#D182C5 (or 0xD182C5) is known color: Orchid. HEX triplet: D1, 82 and C5. RGB value is (209,130,197). Sum of RGB (Red+Green+Blue) = 209+130+197=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C5 is #2E7D3A. Grayscale: #A1A1A1. Windows color (decimal): -3046715 or 12944081. OLE color: 12944081.
HSL color Cylindrical-coordinate representation of color #D182C5: hue angle of 309.11º degrees, saturation: 0.46, 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 #D182C5 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 197 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.18 |
| HSL | 309.11º | 0.46% | 0.66% | - |
| HSV(B) | 309.11º | 0.38% | 0.82% | - |
| XYZ | 44.36 | 33.55 | 56.96 | - |
| YUV | 161.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 197 | 0 | 0.38 | 0.06 | 0.18 | 309.11 | 0.46 | 0.66 |
| Hex | D1 | 82 | C5 | 0 | 26 | 6 | 12 | 135 | 2E | 42 |
| Octal | 321 | 202 | 305 | 0 | 46 | 6 | 22 | 465 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11000101 | 0 | 100110 | 110 | 10010 | 100110101 | 101110 | 1000010 |
Color Harmonies of #D182C5
Complementary color
Monochromatic Colors of #D182C5
Black with #D182C5
Text Example
Text Example
White with #D182C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182C5; }
p { color: rgb(209,130,197); }
H1.HeaderClassName
{
color: #D182C5;
}
.AnyTagClassName
{
color: #D182C5;
}
</style>
background-color css
<style>
a { background-color: #D182C5; }
a { background-color: rgb(209,130,197); }
div.DivClassName
{
background-color: #D182C5;
}
.BgClassName
{
background-color: #D182C5;
}
</style>
border-color css
<style>
span { border-color: #D182C5; }
span { border-color: rgb(209,130,197); }
td.TdClassName
{
border-color: #D182C5;
}
.TagClassName
{
border-color: #D182C5;
}
</style>