Shades of Orchid #D585CE
Tints of Orchid #D585CE
RGB
CMYK
RGB Variations
Color information
#D585CE (or 0xD585CE) is known color: Orchid. HEX triplet: D5, 85 and CE. RGB value is (213,133,206). Sum of RGB (Red+Green+Blue) = 213+133+206=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D585CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585CE is #2A7A31. Grayscale: #A5A5A5. Windows color (decimal): -2783794 or 13534677. OLE color: 13534677.
HSL color Cylindrical-coordinate representation of color #D585CE: hue angle of 305.25º 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 #D585CE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 206 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.16 |
| HSL | 305.25º | 0.49% | 0.68% | - |
| HSV(B) | 305.25º | 0.38% | 0.84% | - |
| XYZ | 46.97 | 35.38 | 62.75 | - |
| YUV | 165.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 206 | 0 | 0.38 | 0.03 | 0.16 | 305.25 | 0.49 | 0.68 |
| Hex | D5 | 85 | CE | 0 | 26 | 3 | 10 | 131 | 31 | 44 |
| Octal | 325 | 205 | 316 | 0 | 46 | 3 | 20 | 461 | 61 | 104 |
| Binary | 11010101 | 10000101 | 11001110 | 0 | 100110 | 11 | 10000 | 100110001 | 110001 | 1000100 |
Color Harmonies of #D585CE
Complementary color
Monochromatic Colors of #D585CE
Black with #D585CE
Text Example
Text Example
White with #D585CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585CE; }
p { color: rgb(213,133,206); }
H1.HeaderClassName
{
color: #D585CE;
}
.AnyTagClassName
{
color: #D585CE;
}
</style>
background-color css
<style>
a { background-color: #D585CE; }
a { background-color: rgb(213,133,206); }
div.DivClassName
{
background-color: #D585CE;
}
.BgClassName
{
background-color: #D585CE;
}
</style>
border-color css
<style>
span { border-color: #D585CE; }
span { border-color: rgb(213,133,206); }
td.TdClassName
{
border-color: #D585CE;
}
.TagClassName
{
border-color: #D585CE;
}
</style>