Shades of Orchid #D880E5
Tints of Orchid #D880E5
RGB
CMYK
RGB Variations
Color information
#D880E5 (or 0xD880E5) is known color: Orchid. HEX triplet: D8, 80 and E5. RGB value is (216,128,229). Sum of RGB (Red+Green+Blue) = 216+128+229=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #D880E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880E5 is #277F1A. Grayscale: #A5A5A5. Windows color (decimal): -2588443 or 15040728. OLE color: 15040728.
HSL color Cylindrical-coordinate representation of color #D880E5: hue angle of 292.28º degrees, saturation: 0.66, 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 #D880E5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 128 | 229 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.10 |
| HSL | 292.28º | 0.66% | 0.7% | - |
| HSV(B) | 292.28º | 0.44% | 0.9% | - |
| XYZ | 50.18 | 35.69 | 78.37 | - |
| YUV | 165.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 229 | 0.06 | 0.44 | 0 | 0.10 | 292.28 | 0.66 | 0.7 |
| Hex | D8 | 80 | E5 | 6 | 2C | 0 | A | 124 | 42 | 46 |
| Octal | 330 | 200 | 345 | 6 | 54 | 0 | 12 | 444 | 102 | 106 |
| Binary | 11011000 | 10000000 | 11100101 | 110 | 101100 | 0 | 1010 | 100100100 | 1000010 | 1000110 |
Color Harmonies of #D880E5
Complementary color
Monochromatic Colors of #D880E5
Black with #D880E5
Text Example
Text Example
White with #D880E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880E5; }
p { color: rgb(216,128,229); }
H1.HeaderClassName
{
color: #D880E5;
}
.AnyTagClassName
{
color: #D880E5;
}
</style>
background-color css
<style>
a { background-color: #D880E5; }
a { background-color: rgb(216,128,229); }
div.DivClassName
{
background-color: #D880E5;
}
.BgClassName
{
background-color: #D880E5;
}
</style>
border-color css
<style>
span { border-color: #D880E5; }
span { border-color: rgb(216,128,229); }
td.TdClassName
{
border-color: #D880E5;
}
.TagClassName
{
border-color: #D880E5;
}
</style>