Shades of Orchid #D185C9
Tints of Orchid #D185C9
RGB
CMYK
RGB Variations
Color information
#D185C9 (or 0xD185C9) is known color: Orchid. HEX triplet: D1, 85 and C9. RGB value is (209,133,201). Sum of RGB (Red+Green+Blue) = 209+133+201=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D185C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185C9 is #2E7A36. Grayscale: #A3A3A3. Windows color (decimal): -3045943 or 13206993. OLE color: 13206993.
HSL color Cylindrical-coordinate representation of color #D185C9: hue angle of 306.32º 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 #D185C9 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 201 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.18 |
| HSL | 306.32º | 0.45% | 0.67% | - |
| HSV(B) | 306.32º | 0.36% | 0.82% | - |
| XYZ | 45.22 | 34.55 | 59.54 | - |
| YUV | 163.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 201 | 0 | 0.36 | 0.04 | 0.18 | 306.32 | 0.45 | 0.67 |
| Hex | D1 | 85 | C9 | 0 | 24 | 4 | 12 | 132 | 2D | 43 |
| Octal | 321 | 205 | 311 | 0 | 44 | 4 | 22 | 462 | 55 | 103 |
| Binary | 11010001 | 10000101 | 11001001 | 0 | 100100 | 100 | 10010 | 100110010 | 101101 | 1000011 |
Color Harmonies of #D185C9
Complementary color
Monochromatic Colors of #D185C9
Black with #D185C9
Text Example
Text Example
White with #D185C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185C9; }
p { color: rgb(209,133,201); }
H1.HeaderClassName
{
color: #D185C9;
}
.AnyTagClassName
{
color: #D185C9;
}
</style>
background-color css
<style>
a { background-color: #D185C9; }
a { background-color: rgb(209,133,201); }
div.DivClassName
{
background-color: #D185C9;
}
.BgClassName
{
background-color: #D185C9;
}
</style>
border-color css
<style>
span { border-color: #D185C9; }
span { border-color: rgb(209,133,201); }
td.TdClassName
{
border-color: #D185C9;
}
.TagClassName
{
border-color: #D185C9;
}
</style>