Shades of Orchid #D580C0
Tints of Orchid #D580C0
RGB
CMYK
RGB Variations
Color information
#D580C0 (or 0xD580C0) is known color: Orchid. HEX triplet: D5, 80 and C0. RGB value is (213,128,192). Sum of RGB (Red+Green+Blue) = 213+128+192=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D580C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580C0 is #2A7F3F. Grayscale: #A0A0A0. Windows color (decimal): -2785088 or 12615893. OLE color: 12615893.
HSL color Cylindrical-coordinate representation of color #D580C0: hue angle of 314.82º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580C0 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 192 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.16 |
| HSL | 314.82º | 0.5% | 0.67% | - |
| HSV(B) | 314.82º | 0.4% | 0.84% | - |
| XYZ | 44.67 | 33.39 | 53.96 | - |
| YUV | 160.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 192 | 0 | 0.40 | 0.10 | 0.16 | 314.82 | 0.5 | 0.67 |
| Hex | D5 | 80 | C0 | 0 | 28 | A | 10 | 13B | 32 | 43 |
| Octal | 325 | 200 | 300 | 0 | 50 | 12 | 20 | 473 | 62 | 103 |
| Binary | 11010101 | 10000000 | 11000000 | 0 | 101000 | 1010 | 10000 | 100111011 | 110010 | 1000011 |
Color Harmonies of #D580C0
Complementary color
Monochromatic Colors of #D580C0
Black with #D580C0
Text Example
Text Example
White with #D580C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580C0; }
p { color: rgb(213,128,192); }
H1.HeaderClassName
{
color: #D580C0;
}
.AnyTagClassName
{
color: #D580C0;
}
</style>
background-color css
<style>
a { background-color: #D580C0; }
a { background-color: rgb(213,128,192); }
div.DivClassName
{
background-color: #D580C0;
}
.BgClassName
{
background-color: #D580C0;
}
</style>
border-color css
<style>
span { border-color: #D580C0; }
span { border-color: rgb(213,128,192); }
td.TdClassName
{
border-color: #D580C0;
}
.TagClassName
{
border-color: #D580C0;
}
</style>