Shades of Orchid #D586C2
Tints of Orchid #D586C2
RGB
CMYK
RGB Variations
Color information
#D586C2 (or 0xD586C2) is known color: Orchid. HEX triplet: D5, 86 and C2. RGB value is (213,134,194). Sum of RGB (Red+Green+Blue) = 213+134+194=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D586C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586C2 is #2A793D. Grayscale: #A4A4A4. Windows color (decimal): -2783550 or 12748501. OLE color: 12748501.
HSL color Cylindrical-coordinate representation of color #D586C2: hue angle of 314.43º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586C2 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 194 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.16 |
| HSL | 314.43º | 0.48% | 0.68% | - |
| HSV(B) | 314.43º | 0.37% | 0.84% | - |
| XYZ | 45.7 | 35.09 | 55.4 | - |
| YUV | 164.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 194 | 0 | 0.37 | 0.09 | 0.16 | 314.43 | 0.48 | 0.68 |
| Hex | D5 | 86 | C2 | 0 | 25 | 9 | 10 | 13A | 30 | 44 |
| Octal | 325 | 206 | 302 | 0 | 45 | 11 | 20 | 472 | 60 | 104 |
| Binary | 11010101 | 10000110 | 11000010 | 0 | 100101 | 1001 | 10000 | 100111010 | 110000 | 1000100 |
Color Harmonies of #D586C2
Complementary color
Monochromatic Colors of #D586C2
Black with #D586C2
Text Example
Text Example
White with #D586C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586C2; }
p { color: rgb(213,134,194); }
H1.HeaderClassName
{
color: #D586C2;
}
.AnyTagClassName
{
color: #D586C2;
}
</style>
background-color css
<style>
a { background-color: #D586C2; }
a { background-color: rgb(213,134,194); }
div.DivClassName
{
background-color: #D586C2;
}
.BgClassName
{
background-color: #D586C2;
}
</style>
border-color css
<style>
span { border-color: #D586C2; }
span { border-color: rgb(213,134,194); }
td.TdClassName
{
border-color: #D586C2;
}
.TagClassName
{
border-color: #D586C2;
}
</style>