Shades of Orchid #D580D3
Tints of Orchid #D580D3
RGB
CMYK
RGB Variations
Color information
#D580D3 (or 0xD580D3) is known color: Orchid. HEX triplet: D5, 80 and D3. RGB value is (213,128,211). Sum of RGB (Red+Green+Blue) = 213+128+211=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D580D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580D3 is #2A7F2C. Grayscale: #A2A2A2. Windows color (decimal): -2785069 or 13861077. OLE color: 13861077.
HSL color Cylindrical-coordinate representation of color #D580D3: hue angle of 301.41º 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 #D580D3 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 211 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.16 |
| HSL | 301.41º | 0.5% | 0.67% | - |
| HSV(B) | 301.41º | 0.4% | 0.84% | - |
| XYZ | 46.92 | 34.29 | 65.77 | - |
| YUV | 162.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 211 | 0 | 0.40 | 0.01 | 0.16 | 301.41 | 0.5 | 0.67 |
| Hex | D5 | 80 | D3 | 0 | 28 | 1 | 10 | 12D | 32 | 43 |
| Octal | 325 | 200 | 323 | 0 | 50 | 1 | 20 | 455 | 62 | 103 |
| Binary | 11010101 | 10000000 | 11010011 | 0 | 101000 | 1 | 10000 | 100101101 | 110010 | 1000011 |
Color Harmonies of #D580D3
Complementary color
Monochromatic Colors of #D580D3
Black with #D580D3
Text Example
Text Example
White with #D580D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580D3; }
p { color: rgb(213,128,211); }
H1.HeaderClassName
{
color: #D580D3;
}
.AnyTagClassName
{
color: #D580D3;
}
</style>
background-color css
<style>
a { background-color: #D580D3; }
a { background-color: rgb(213,128,211); }
div.DivClassName
{
background-color: #D580D3;
}
.BgClassName
{
background-color: #D580D3;
}
</style>
border-color css
<style>
span { border-color: #D580D3; }
span { border-color: rgb(213,128,211); }
td.TdClassName
{
border-color: #D580D3;
}
.TagClassName
{
border-color: #D580D3;
}
</style>