Shades of Orchid #D186CC
Tints of Orchid #D186CC
RGB
CMYK
RGB Variations
Color information
#D186CC (or 0xD186CC) is known color: Orchid. HEX triplet: D1, 86 and CC. RGB value is (209,134,204). Sum of RGB (Red+Green+Blue) = 209+134+204=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D186CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D186CC is #2E7933. Grayscale: #A4A4A4. Windows color (decimal): -3045684 or 13403857. OLE color: 13403857.
HSL color Cylindrical-coordinate representation of color #D186CC: hue angle of 304º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186CC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 204 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.18 |
| HSL | 304º | 0.45% | 0.67% | - |
| HSV(B) | 304º | 0.36% | 0.82% | - |
| XYZ | 45.72 | 34.97 | 61.47 | - |
| YUV | 164.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 204 | 0 | 0.36 | 0.02 | 0.18 | 304 | 0.45 | 0.67 |
| Hex | D1 | 86 | CC | 0 | 24 | 2 | 12 | 130 | 2D | 43 |
| Octal | 321 | 206 | 314 | 0 | 44 | 2 | 22 | 460 | 55 | 103 |
| Binary | 11010001 | 10000110 | 11001100 | 0 | 100100 | 10 | 10010 | 100110000 | 101101 | 1000011 |
Color Harmonies of #D186CC
Complementary color
Monochromatic Colors of #D186CC
Black with #D186CC
Text Example
Text Example
White with #D186CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D186CC; }
p { color: rgb(209,134,204); }
H1.HeaderClassName
{
color: #D186CC;
}
.AnyTagClassName
{
color: #D186CC;
}
</style>
background-color css
<style>
a { background-color: #D186CC; }
a { background-color: rgb(209,134,204); }
div.DivClassName
{
background-color: #D186CC;
}
.BgClassName
{
background-color: #D186CC;
}
</style>
border-color css
<style>
span { border-color: #D186CC; }
span { border-color: rgb(209,134,204); }
td.TdClassName
{
border-color: #D186CC;
}
.TagClassName
{
border-color: #D186CC;
}
</style>