Shades of Orchid #D182CC
Tints of Orchid #D182CC
RGB
CMYK
RGB Variations
Color information
#D182CC (or 0xD182CC) is known color: Orchid. HEX triplet: D1, 82 and CC. RGB value is (209,130,204). Sum of RGB (Red+Green+Blue) = 209+130+204=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CC is #2E7D33. Grayscale: #A1A1A1. Windows color (decimal): -3046708 or 13402833. OLE color: 13402833.
HSL color Cylindrical-coordinate representation of color #D182CC: hue angle of 303.8º 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 #D182CC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 204 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.18 |
| HSL | 303.8º | 0.46% | 0.66% | - |
| HSV(B) | 303.8º | 0.38% | 0.82% | - |
| XYZ | 45.18 | 33.88 | 61.29 | - |
| YUV | 162.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 204 | 0 | 0.38 | 0.02 | 0.18 | 303.8 | 0.46 | 0.66 |
| Hex | D1 | 82 | CC | 0 | 26 | 2 | 12 | 130 | 2E | 42 |
| Octal | 321 | 202 | 314 | 0 | 46 | 2 | 22 | 460 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11001100 | 0 | 100110 | 10 | 10010 | 100110000 | 101110 | 1000010 |
Color Harmonies of #D182CC
Complementary color
Monochromatic Colors of #D182CC
Black with #D182CC
Text Example
Text Example
White with #D182CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182CC; }
p { color: rgb(209,130,204); }
H1.HeaderClassName
{
color: #D182CC;
}
.AnyTagClassName
{
color: #D182CC;
}
</style>
background-color css
<style>
a { background-color: #D182CC; }
a { background-color: rgb(209,130,204); }
div.DivClassName
{
background-color: #D182CC;
}
.BgClassName
{
background-color: #D182CC;
}
</style>
border-color css
<style>
span { border-color: #D182CC; }
span { border-color: rgb(209,130,204); }
td.TdClassName
{
border-color: #D182CC;
}
.TagClassName
{
border-color: #D182CC;
}
</style>