Shades of Orchid #D182CB
Tints of Orchid #D182CB
RGB
CMYK
RGB Variations
Color information
#D182CB (or 0xD182CB) is known color: Orchid. HEX triplet: D1, 82 and CB. RGB value is (209,130,203). Sum of RGB (Red+Green+Blue) = 209+130+203=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CB is #2E7D34. Grayscale: #A1A1A1. Windows color (decimal): -3046709 or 13337297. OLE color: 13337297.
HSL color Cylindrical-coordinate representation of color #D182CB: hue angle of 304.56º 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 #D182CB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 203 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.18 |
| HSL | 304.56º | 0.46% | 0.66% | - |
| HSV(B) | 304.56º | 0.38% | 0.82% | - |
| XYZ | 45.06 | 33.83 | 60.66 | - |
| YUV | 161.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 203 | 0 | 0.38 | 0.03 | 0.18 | 304.56 | 0.46 | 0.66 |
| Hex | D1 | 82 | CB | 0 | 26 | 3 | 12 | 131 | 2E | 42 |
| Octal | 321 | 202 | 313 | 0 | 46 | 3 | 22 | 461 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11001011 | 0 | 100110 | 11 | 10010 | 100110001 | 101110 | 1000010 |
Color Harmonies of #D182CB
Complementary color
Monochromatic Colors of #D182CB
Black with #D182CB
Text Example
Text Example
White with #D182CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182CB; }
p { color: rgb(209,130,203); }
H1.HeaderClassName
{
color: #D182CB;
}
.AnyTagClassName
{
color: #D182CB;
}
</style>
background-color css
<style>
a { background-color: #D182CB; }
a { background-color: rgb(209,130,203); }
div.DivClassName
{
background-color: #D182CB;
}
.BgClassName
{
background-color: #D182CB;
}
</style>
border-color css
<style>
span { border-color: #D182CB; }
span { border-color: rgb(209,130,203); }
td.TdClassName
{
border-color: #D182CB;
}
.TagClassName
{
border-color: #D182CB;
}
</style>