Shades of Orchid #D777E5
Tints of Orchid #D777E5
RGB
CMYK
RGB Variations
Color information
#D777E5 (or 0xD777E5) is known color: Orchid. HEX triplet: D7, 77 and E5. RGB value is (215,119,229). Sum of RGB (Red+Green+Blue) = 215+119+229=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #D777E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777E5 is #28881A. Grayscale: #9F9F9F. Windows color (decimal): -2656283 or 15038423. OLE color: 15038423.
HSL color Cylindrical-coordinate representation of color #D777E5: hue angle of 292.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D777E5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 119 | 229 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.10 |
| HSL | 292.36º | 0.68% | 0.68% | - |
| HSV(B) | 292.36º | 0.48% | 0.9% | - |
| XYZ | 48.76 | 33.3 | 77.99 | - |
| YUV | 160.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 229 | 0.06 | 0.48 | 0 | 0.10 | 292.36 | 0.68 | 0.68 |
| Hex | D7 | 77 | E5 | 6 | 30 | 0 | A | 124 | 44 | 44 |
| Octal | 327 | 167 | 345 | 6 | 60 | 0 | 12 | 444 | 104 | 104 |
| Binary | 11010111 | 1110111 | 11100101 | 110 | 110000 | 0 | 1010 | 100100100 | 1000100 | 1000100 |
Color Harmonies of #D777E5
Complementary color
Monochromatic Colors of #D777E5
Black with #D777E5
Text Example
Text Example
White with #D777E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777E5; }
p { color: rgb(215,119,229); }
H1.HeaderClassName
{
color: #D777E5;
}
.AnyTagClassName
{
color: #D777E5;
}
</style>
background-color css
<style>
a { background-color: #D777E5; }
a { background-color: rgb(215,119,229); }
div.DivClassName
{
background-color: #D777E5;
}
.BgClassName
{
background-color: #D777E5;
}
</style>
border-color css
<style>
span { border-color: #D777E5; }
span { border-color: rgb(215,119,229); }
td.TdClassName
{
border-color: #D777E5;
}
.TagClassName
{
border-color: #D777E5;
}
</style>