Shades of Orchid #D580E6
Tints of Orchid #D580E6
RGB
CMYK
RGB Variations
Color information
#D580E6 (or 0xD580E6) is known color: Orchid. HEX triplet: D5, 80 and E6. RGB value is (213,128,230). Sum of RGB (Red+Green+Blue) = 213+128+230=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #D580E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580E6 is #2A7F19. Grayscale: #A4A4A4. Windows color (decimal): -2785050 or 15106261. OLE color: 15106261.
HSL color Cylindrical-coordinate representation of color #D580E6: hue angle of 290º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D580E6 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 128 | 230 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.10 |
| HSL | 290º | 0.67% | 0.7% | - |
| HSV(B) | 290º | 0.44% | 0.9% | - |
| XYZ | 49.44 | 35.3 | 79.07 | - |
| YUV | 165.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 230 | 0.07 | 0.44 | 0 | 0.10 | 290 | 0.67 | 0.7 |
| Hex | D5 | 80 | E6 | 7 | 2C | 0 | A | 122 | 43 | 46 |
| Octal | 325 | 200 | 346 | 7 | 54 | 0 | 12 | 442 | 103 | 106 |
| Binary | 11010101 | 10000000 | 11100110 | 111 | 101100 | 0 | 1010 | 100100010 | 1000011 | 1000110 |
Color Harmonies of #D580E6
Complementary color
Monochromatic Colors of #D580E6
Black with #D580E6
Text Example
Text Example
White with #D580E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580E6; }
p { color: rgb(213,128,230); }
H1.HeaderClassName
{
color: #D580E6;
}
.AnyTagClassName
{
color: #D580E6;
}
</style>
background-color css
<style>
a { background-color: #D580E6; }
a { background-color: rgb(213,128,230); }
div.DivClassName
{
background-color: #D580E6;
}
.BgClassName
{
background-color: #D580E6;
}
</style>
border-color css
<style>
span { border-color: #D580E6; }
span { border-color: rgb(213,128,230); }
td.TdClassName
{
border-color: #D580E6;
}
.TagClassName
{
border-color: #D580E6;
}
</style>