Shades of Orchid #D080E0
Tints of Orchid #D080E0
RGB
CMYK
RGB Variations
Color information
#D080E0 (or 0xD080E0) is known color: Orchid. HEX triplet: D0, 80 and E0. RGB value is (208,128,224). Sum of RGB (Red+Green+Blue) = 208+128+224=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #D080E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080E0 is #2F7F1F. Grayscale: #A2A2A2. Windows color (decimal): -3112736 or 14713040. OLE color: 14713040.
HSL color Cylindrical-coordinate representation of color #D080E0: hue angle of 290º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D080E0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 128 | 224 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.12 |
| HSL | 290º | 0.61% | 0.69% | - |
| HSV(B) | 290º | 0.43% | 0.88% | - |
| XYZ | 47.19 | 34.23 | 74.64 | - |
| YUV | 162.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 224 | 0.07 | 0.43 | 0 | 0.12 | 290 | 0.61 | 0.69 |
| Hex | D0 | 80 | E0 | 7 | 2B | 0 | C | 122 | 3D | 45 |
| Octal | 320 | 200 | 340 | 7 | 53 | 0 | 14 | 442 | 75 | 105 |
| Binary | 11010000 | 10000000 | 11100000 | 111 | 101011 | 0 | 1100 | 100100010 | 111101 | 1000101 |
Color Harmonies of #D080E0
Complementary color
Monochromatic Colors of #D080E0
Black with #D080E0
Text Example
Text Example
White with #D080E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080E0; }
p { color: rgb(208,128,224); }
H1.HeaderClassName
{
color: #D080E0;
}
.AnyTagClassName
{
color: #D080E0;
}
</style>
background-color css
<style>
a { background-color: #D080E0; }
a { background-color: rgb(208,128,224); }
div.DivClassName
{
background-color: #D080E0;
}
.BgClassName
{
background-color: #D080E0;
}
</style>
border-color css
<style>
span { border-color: #D080E0; }
span { border-color: rgb(208,128,224); }
td.TdClassName
{
border-color: #D080E0;
}
.TagClassName
{
border-color: #D080E0;
}
</style>