Shades of Orchid #D077E4
Tints of Orchid #D077E4
RGB
CMYK
RGB Variations
Color information
#D077E4 (or 0xD077E4) is known color: Orchid. HEX triplet: D0, 77 and E4. RGB value is (208,119,228). Sum of RGB (Red+Green+Blue) = 208+119+228=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #D077E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077E4 is #2F881B. Grayscale: #9D9D9D. Windows color (decimal): -3115036 or 14972880. OLE color: 14972880.
HSL color Cylindrical-coordinate representation of color #D077E4: hue angle of 288.99º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D077E4 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 119 | 228 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.11 |
| HSL | 288.99º | 0.67% | 0.68% | - |
| HSV(B) | 288.99º | 0.48% | 0.89% | - |
| XYZ | 46.61 | 32.2 | 77.16 | - |
| YUV | 158.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 228 | 0.09 | 0.48 | 0 | 0.11 | 288.99 | 0.67 | 0.68 |
| Hex | D0 | 77 | E4 | 9 | 30 | 0 | B | 121 | 43 | 44 |
| Octal | 320 | 167 | 344 | 11 | 60 | 0 | 13 | 441 | 103 | 104 |
| Binary | 11010000 | 1110111 | 11100100 | 1001 | 110000 | 0 | 1011 | 100100001 | 1000011 | 1000100 |
Color Harmonies of #D077E4
Complementary color
Monochromatic Colors of #D077E4
Black with #D077E4
Text Example
Text Example
White with #D077E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077E4; }
p { color: rgb(208,119,228); }
H1.HeaderClassName
{
color: #D077E4;
}
.AnyTagClassName
{
color: #D077E4;
}
</style>
background-color css
<style>
a { background-color: #D077E4; }
a { background-color: rgb(208,119,228); }
div.DivClassName
{
background-color: #D077E4;
}
.BgClassName
{
background-color: #D077E4;
}
</style>
border-color css
<style>
span { border-color: #D077E4; }
span { border-color: rgb(208,119,228); }
td.TdClassName
{
border-color: #D077E4;
}
.TagClassName
{
border-color: #D077E4;
}
</style>