Shades of Orchid #D585D4
Tints of Orchid #D585D4
RGB
CMYK
RGB Variations
Color information
#D585D4 (or 0xD585D4) is known color: Orchid. HEX triplet: D5, 85 and D4. RGB value is (213,133,212). Sum of RGB (Red+Green+Blue) = 213+133+212=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D585D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D4 is #2A7A2B. Grayscale: #A5A5A5. Windows color (decimal): -2783788 or 13927893. OLE color: 13927893.
HSL color Cylindrical-coordinate representation of color #D585D4: hue angle of 300.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 #D585D4 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 212 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.16 |
| HSL | 300.75º | 0.49% | 0.68% | - |
| HSV(B) | 300.75º | 0.38% | 0.84% | - |
| XYZ | 47.71 | 35.67 | 66.66 | - |
| YUV | 165.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 212 | 0 | 0.38 | 0.00 | 0.16 | 300.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | D4 | 0 | 26 | 0 | 10 | 12D | 31 | 44 |
| Octal | 325 | 205 | 324 | 0 | 46 | 0 | 20 | 455 | 61 | 104 |
| Binary | 11010101 | 10000101 | 11010100 | 0 | 100110 | 0 | 10000 | 100101101 | 110001 | 1000100 |
Color Harmonies of #D585D4
Complementary color
Monochromatic Colors of #D585D4
Black with #D585D4
Text Example
Text Example
White with #D585D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585D4; }
p { color: rgb(213,133,212); }
H1.HeaderClassName
{
color: #D585D4;
}
.AnyTagClassName
{
color: #D585D4;
}
</style>
background-color css
<style>
a { background-color: #D585D4; }
a { background-color: rgb(213,133,212); }
div.DivClassName
{
background-color: #D585D4;
}
.BgClassName
{
background-color: #D585D4;
}
</style>
border-color css
<style>
span { border-color: #D585D4; }
span { border-color: rgb(213,133,212); }
td.TdClassName
{
border-color: #D585D4;
}
.TagClassName
{
border-color: #D585D4;
}
</style>