Shades of Orchid #D185D6
Tints of Orchid #D185D6
RGB
CMYK
RGB Variations
Color information
#D185D6 (or 0xD185D6) is known color: Orchid. HEX triplet: D1, 85 and D6. RGB value is (209,133,214). Sum of RGB (Red+Green+Blue) = 209+133+214=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #D185D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185D6 is #2E7A29. Grayscale: #A4A4A4. Windows color (decimal): -3045930 or 14058961. OLE color: 14058961.
HSL color Cylindrical-coordinate representation of color #D185D6: hue angle of 296.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D185D6 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 133 | 214 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.16 |
| HSL | 296.3º | 0.5% | 0.68% | - |
| HSV(B) | 296.3º | 0.38% | 0.84% | - |
| XYZ | 46.82 | 35.19 | 67.94 | - |
| YUV | 164.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 214 | 0.02 | 0.38 | 0 | 0.16 | 296.3 | 0.5 | 0.68 |
| Hex | D1 | 85 | D6 | 2 | 26 | 0 | 10 | 128 | 32 | 44 |
| Octal | 321 | 205 | 326 | 2 | 46 | 0 | 20 | 450 | 62 | 104 |
| Binary | 11010001 | 10000101 | 11010110 | 10 | 100110 | 0 | 10000 | 100101000 | 110010 | 1000100 |
Color Harmonies of #D185D6
Complementary color
Monochromatic Colors of #D185D6
Black with #D185D6
Text Example
Text Example
White with #D185D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185D6; }
p { color: rgb(209,133,214); }
H1.HeaderClassName
{
color: #D185D6;
}
.AnyTagClassName
{
color: #D185D6;
}
</style>
background-color css
<style>
a { background-color: #D185D6; }
a { background-color: rgb(209,133,214); }
div.DivClassName
{
background-color: #D185D6;
}
.BgClassName
{
background-color: #D185D6;
}
</style>
border-color css
<style>
span { border-color: #D185D6; }
span { border-color: rgb(209,133,214); }
td.TdClassName
{
border-color: #D185D6;
}
.TagClassName
{
border-color: #D185D6;
}
</style>