Shades of Orchid #D585C7
Tints of Orchid #D585C7
RGB
CMYK
RGB Variations
Color information
#D585C7 (or 0xD585C7) is known color: Orchid. HEX triplet: D5, 85 and C7. RGB value is (213,133,199). Sum of RGB (Red+Green+Blue) = 213+133+199=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D585C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585C7 is #2A7A38. Grayscale: #A4A4A4. Windows color (decimal): -2783801 or 13075925. OLE color: 13075925.
HSL color Cylindrical-coordinate representation of color #D585C7: hue angle of 310.5º 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 #D585C7 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 199 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.16 |
| HSL | 310.5º | 0.49% | 0.68% | - |
| HSV(B) | 310.5º | 0.38% | 0.84% | - |
| XYZ | 46.14 | 35.04 | 58.37 | - |
| YUV | 164.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 199 | 0 | 0.38 | 0.07 | 0.16 | 310.5 | 0.49 | 0.68 |
| Hex | D5 | 85 | C7 | 0 | 26 | 7 | 10 | 136 | 31 | 44 |
| Octal | 325 | 205 | 307 | 0 | 46 | 7 | 20 | 466 | 61 | 104 |
| Binary | 11010101 | 10000101 | 11000111 | 0 | 100110 | 111 | 10000 | 100110110 | 110001 | 1000100 |
Color Harmonies of #D585C7
Complementary color
Monochromatic Colors of #D585C7
Black with #D585C7
Text Example
Text Example
White with #D585C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585C7; }
p { color: rgb(213,133,199); }
H1.HeaderClassName
{
color: #D585C7;
}
.AnyTagClassName
{
color: #D585C7;
}
</style>
background-color css
<style>
a { background-color: #D585C7; }
a { background-color: rgb(213,133,199); }
div.DivClassName
{
background-color: #D585C7;
}
.BgClassName
{
background-color: #D585C7;
}
</style>
border-color css
<style>
span { border-color: #D585C7; }
span { border-color: rgb(213,133,199); }
td.TdClassName
{
border-color: #D585C7;
}
.TagClassName
{
border-color: #D585C7;
}
</style>