Shades of Orchid #D185C5
Tints of Orchid #D185C5
RGB
CMYK
RGB Variations
Color information
#D185C5 (or 0xD185C5) is known color: Orchid. HEX triplet: D1, 85 and C5. RGB value is (209,133,197). Sum of RGB (Red+Green+Blue) = 209+133+197=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D185C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185C5 is #2E7A3A. Grayscale: #A2A2A2. Windows color (decimal): -3045947 or 12944849. OLE color: 12944849.
HSL color Cylindrical-coordinate representation of color #D185C5: hue angle of 309.47º 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 #D185C5 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 197 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.18 |
| HSL | 309.47º | 0.45% | 0.67% | - |
| HSV(B) | 309.47º | 0.36% | 0.82% | - |
| XYZ | 44.76 | 34.36 | 57.1 | - |
| YUV | 163.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 197 | 0 | 0.36 | 0.06 | 0.18 | 309.47 | 0.45 | 0.67 |
| Hex | D1 | 85 | C5 | 0 | 24 | 6 | 12 | 135 | 2D | 43 |
| Octal | 321 | 205 | 305 | 0 | 44 | 6 | 22 | 465 | 55 | 103 |
| Binary | 11010001 | 10000101 | 11000101 | 0 | 100100 | 110 | 10010 | 100110101 | 101101 | 1000011 |
Color Harmonies of #D185C5
Complementary color
Monochromatic Colors of #D185C5
Black with #D185C5
Text Example
Text Example
White with #D185C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185C5; }
p { color: rgb(209,133,197); }
H1.HeaderClassName
{
color: #D185C5;
}
.AnyTagClassName
{
color: #D185C5;
}
</style>
background-color css
<style>
a { background-color: #D185C5; }
a { background-color: rgb(209,133,197); }
div.DivClassName
{
background-color: #D185C5;
}
.BgClassName
{
background-color: #D185C5;
}
</style>
border-color css
<style>
span { border-color: #D185C5; }
span { border-color: rgb(209,133,197); }
td.TdClassName
{
border-color: #D185C5;
}
.TagClassName
{
border-color: #D185C5;
}
</style>