Shades of Orchid #D585D0
Tints of Orchid #D585D0
RGB
CMYK
RGB Variations
Color information
#D585D0 (or 0xD585D0) is known color: Orchid. HEX triplet: D5, 85 and D0. RGB value is (213,133,208). Sum of RGB (Red+Green+Blue) = 213+133+208=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D585D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D0 is #2A7A2F. Grayscale: #A5A5A5. Windows color (decimal): -2783792 or 13665749. OLE color: 13665749.
HSL color Cylindrical-coordinate representation of color #D585D0: hue angle of 303.75º 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 #D585D0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 208 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.16 |
| HSL | 303.75º | 0.49% | 0.68% | - |
| HSV(B) | 303.75º | 0.38% | 0.84% | - |
| XYZ | 47.21 | 35.48 | 64.03 | - |
| YUV | 165.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 208 | 0 | 0.38 | 0.02 | 0.16 | 303.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | D0 | 0 | 26 | 2 | 10 | 130 | 31 | 44 |
| Octal | 325 | 205 | 320 | 0 | 46 | 2 | 20 | 460 | 61 | 104 |
| Binary | 11010101 | 10000101 | 11010000 | 0 | 100110 | 10 | 10000 | 100110000 | 110001 | 1000100 |
Color Harmonies of #D585D0
Complementary color
Monochromatic Colors of #D585D0
Black with #D585D0
Text Example
Text Example
White with #D585D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585D0; }
p { color: rgb(213,133,208); }
H1.HeaderClassName
{
color: #D585D0;
}
.AnyTagClassName
{
color: #D585D0;
}
</style>
background-color css
<style>
a { background-color: #D585D0; }
a { background-color: rgb(213,133,208); }
div.DivClassName
{
background-color: #D585D0;
}
.BgClassName
{
background-color: #D585D0;
}
</style>
border-color css
<style>
span { border-color: #D585D0; }
span { border-color: rgb(213,133,208); }
td.TdClassName
{
border-color: #D585D0;
}
.TagClassName
{
border-color: #D585D0;
}
</style>