Shades of Orchid #D585D1
Tints of Orchid #D585D1
RGB
CMYK
RGB Variations
Color information
#D585D1 (or 0xD585D1) is known color: Orchid. HEX triplet: D5, 85 and D1. RGB value is (213,133,209). Sum of RGB (Red+Green+Blue) = 213+133+209=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D585D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D1 is #2A7A2E. Grayscale: #A5A5A5. Windows color (decimal): -2783791 or 13731285. OLE color: 13731285.
HSL color Cylindrical-coordinate representation of color #D585D1: hue angle of 303º degrees, saturation: 0.49, 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 #D585D1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 209 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.16 |
| HSL | 303º | 0.49% | 0.68% | - |
| HSV(B) | 303º | 0.38% | 0.84% | - |
| XYZ | 47.34 | 35.52 | 64.68 | - |
| YUV | 165.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 209 | 0 | 0.38 | 0.02 | 0.16 | 303 | 0.49 | 0.68 |
| Hex | D5 | 85 | D1 | 0 | 26 | 2 | 10 | 12F | 31 | 44 |
| Octal | 325 | 205 | 321 | 0 | 46 | 2 | 20 | 457 | 61 | 104 |
| Binary | 11010101 | 10000101 | 11010001 | 0 | 100110 | 10 | 10000 | 100101111 | 110001 | 1000100 |
Color Harmonies of #D585D1
Complementary color
Monochromatic Colors of #D585D1
Black with #D585D1
Text Example
Text Example
White with #D585D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585D1; }
p { color: rgb(213,133,209); }
H1.HeaderClassName
{
color: #D585D1;
}
.AnyTagClassName
{
color: #D585D1;
}
</style>
background-color css
<style>
a { background-color: #D585D1; }
a { background-color: rgb(213,133,209); }
div.DivClassName
{
background-color: #D585D1;
}
.BgClassName
{
background-color: #D585D1;
}
</style>
border-color css
<style>
span { border-color: #D585D1; }
span { border-color: rgb(213,133,209); }
td.TdClassName
{
border-color: #D585D1;
}
.TagClassName
{
border-color: #D585D1;
}
</style>