Shades of Orchid #D585D6
Tints of Orchid #D585D6
RGB
CMYK
RGB Variations
Color information
#D585D6 (or 0xD585D6) is known color: Orchid. HEX triplet: D5, 85 and D6. RGB value is (213,133,214). Sum of RGB (Red+Green+Blue) = 213+133+214=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #D585D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585D6 is #2A7A29. Grayscale: #A5A5A5. Windows color (decimal): -2783786 or 14058965. OLE color: 14058965.
HSL color Cylindrical-coordinate representation of color #D585D6: hue angle of 299.26º degrees, saturation: 0.5, 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 #D585D6 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 214 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.16 |
| HSL | 299.26º | 0.5% | 0.68% | - |
| HSV(B) | 299.26º | 0.38% | 0.84% | - |
| XYZ | 47.97 | 35.78 | 68 | - |
| YUV | 166.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 214 | 0.00 | 0.38 | 0 | 0.16 | 299.26 | 0.5 | 0.68 |
| Hex | D5 | 85 | D6 | 0 | 26 | 0 | 10 | 12B | 32 | 44 |
| Octal | 325 | 205 | 326 | 0 | 46 | 0 | 20 | 453 | 62 | 104 |
| Binary | 11010101 | 10000101 | 11010110 | 0 | 100110 | 0 | 10000 | 100101011 | 110010 | 1000100 |
Color Harmonies of #D585D6
Complementary color
Monochromatic Colors of #D585D6
Black with #D585D6
Text Example
Text Example
White with #D585D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585D6; }
p { color: rgb(213,133,214); }
H1.HeaderClassName
{
color: #D585D6;
}
.AnyTagClassName
{
color: #D585D6;
}
</style>
background-color css
<style>
a { background-color: #D585D6; }
a { background-color: rgb(213,133,214); }
div.DivClassName
{
background-color: #D585D6;
}
.BgClassName
{
background-color: #D585D6;
}
</style>
border-color css
<style>
span { border-color: #D585D6; }
span { border-color: rgb(213,133,214); }
td.TdClassName
{
border-color: #D585D6;
}
.TagClassName
{
border-color: #D585D6;
}
</style>