Shades of Orchid #D780E0
Tints of Orchid #D780E0
RGB
CMYK
RGB Variations
Color information
#D780E0 (or 0xD780E0) is known color: Orchid. HEX triplet: D7, 80 and E0. RGB value is (215,128,224). Sum of RGB (Red+Green+Blue) = 215+128+224=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #D780E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780E0 is #287F1F. Grayscale: #A4A4A4. Windows color (decimal): -2653984 or 14713047. OLE color: 14713047.
HSL color Cylindrical-coordinate representation of color #D780E0: hue angle of 294.38º 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 #D780E0 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 128 | 224 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.12 |
| HSL | 294.38º | 0.61% | 0.69% | - |
| HSV(B) | 294.38º | 0.43% | 0.88% | - |
| XYZ | 49.2 | 35.27 | 74.74 | - |
| YUV | 164.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 224 | 0.04 | 0.43 | 0 | 0.12 | 294.38 | 0.61 | 0.69 |
| Hex | D7 | 80 | E0 | 4 | 2B | 0 | C | 126 | 3D | 45 |
| Octal | 327 | 200 | 340 | 4 | 53 | 0 | 14 | 446 | 75 | 105 |
| Binary | 11010111 | 10000000 | 11100000 | 100 | 101011 | 0 | 1100 | 100100110 | 111101 | 1000101 |
Color Harmonies of #D780E0
Complementary color
Monochromatic Colors of #D780E0
Black with #D780E0
Text Example
Text Example
White with #D780E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780E0; }
p { color: rgb(215,128,224); }
H1.HeaderClassName
{
color: #D780E0;
}
.AnyTagClassName
{
color: #D780E0;
}
</style>
background-color css
<style>
a { background-color: #D780E0; }
a { background-color: rgb(215,128,224); }
div.DivClassName
{
background-color: #D780E0;
}
.BgClassName
{
background-color: #D780E0;
}
</style>
border-color css
<style>
span { border-color: #D780E0; }
span { border-color: rgb(215,128,224); }
td.TdClassName
{
border-color: #D780E0;
}
.TagClassName
{
border-color: #D780E0;
}
</style>