Shades of Orchid #D182C7
Tints of Orchid #D182C7
RGB
CMYK
RGB Variations
Color information
#D182C7 (or 0xD182C7) is known color: Orchid. HEX triplet: D1, 82 and C7. RGB value is (209,130,199). Sum of RGB (Red+Green+Blue) = 209+130+199=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C7 is #2E7D38. Grayscale: #A1A1A1. Windows color (decimal): -3046713 or 13075153. OLE color: 13075153.
HSL color Cylindrical-coordinate representation of color #D182C7: hue angle of 307.59º 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 #D182C7 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 199 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.18 |
| HSL | 307.59º | 0.46% | 0.66% | - |
| HSV(B) | 307.59º | 0.38% | 0.82% | - |
| XYZ | 44.59 | 33.64 | 58.18 | - |
| YUV | 161.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 199 | 0 | 0.38 | 0.05 | 0.18 | 307.59 | 0.46 | 0.66 |
| Hex | D1 | 82 | C7 | 0 | 26 | 5 | 12 | 134 | 2E | 42 |
| Octal | 321 | 202 | 307 | 0 | 46 | 5 | 22 | 464 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11000111 | 0 | 100110 | 101 | 10010 | 100110100 | 101110 | 1000010 |
Color Harmonies of #D182C7
Complementary color
Monochromatic Colors of #D182C7
Black with #D182C7
Text Example
Text Example
White with #D182C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182C7; }
p { color: rgb(209,130,199); }
H1.HeaderClassName
{
color: #D182C7;
}
.AnyTagClassName
{
color: #D182C7;
}
</style>
background-color css
<style>
a { background-color: #D182C7; }
a { background-color: rgb(209,130,199); }
div.DivClassName
{
background-color: #D182C7;
}
.BgClassName
{
background-color: #D182C7;
}
</style>
border-color css
<style>
span { border-color: #D182C7; }
span { border-color: rgb(209,130,199); }
td.TdClassName
{
border-color: #D182C7;
}
.TagClassName
{
border-color: #D182C7;
}
</style>