Shades of Orchid #D182D7
Tints of Orchid #D182D7
RGB
CMYK
RGB Variations
Color information
#D182D7 (or 0xD182D7) is known color: Orchid. HEX triplet: D1, 82 and D7. RGB value is (209,130,215). Sum of RGB (Red+Green+Blue) = 209+130+215=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #D182D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D7 is #2E7D28. Grayscale: #A3A3A3. Windows color (decimal): -3046697 or 14123729. OLE color: 14123729.
HSL color Cylindrical-coordinate representation of color #D182D7: hue angle of 295.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D182D7 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 130 | 215 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.16 |
| HSL | 295.76º | 0.52% | 0.68% | - |
| HSV(B) | 295.76º | 0.4% | 0.84% | - |
| XYZ | 46.54 | 34.43 | 68.48 | - |
| YUV | 163.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 215 | 0.03 | 0.40 | 0 | 0.16 | 295.76 | 0.52 | 0.68 |
| Hex | D1 | 82 | D7 | 3 | 28 | 0 | 10 | 128 | 34 | 44 |
| Octal | 321 | 202 | 327 | 3 | 50 | 0 | 20 | 450 | 64 | 104 |
| Binary | 11010001 | 10000010 | 11010111 | 11 | 101000 | 0 | 10000 | 100101000 | 110100 | 1000100 |
Color Harmonies of #D182D7
Complementary color
Monochromatic Colors of #D182D7
Black with #D182D7
Text Example
Text Example
White with #D182D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182D7; }
p { color: rgb(209,130,215); }
H1.HeaderClassName
{
color: #D182D7;
}
.AnyTagClassName
{
color: #D182D7;
}
</style>
background-color css
<style>
a { background-color: #D182D7; }
a { background-color: rgb(209,130,215); }
div.DivClassName
{
background-color: #D182D7;
}
.BgClassName
{
background-color: #D182D7;
}
</style>
border-color css
<style>
span { border-color: #D182D7; }
span { border-color: rgb(209,130,215); }
td.TdClassName
{
border-color: #D182D7;
}
.TagClassName
{
border-color: #D182D7;
}
</style>