Shades of Orchid #D778E8
Tints of Orchid #D778E8
RGB
CMYK
RGB Variations
Color information
#D778E8 (or 0xD778E8) is known color: Orchid. HEX triplet: D7, 78 and E8. RGB value is (215,120,232). Sum of RGB (Red+Green+Blue) = 215+120+232=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #D778E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778E8 is #288717. Grayscale: #A0A0A0. Windows color (decimal): -2656024 or 15235287. OLE color: 15235287.
HSL color Cylindrical-coordinate representation of color #D778E8: hue angle of 290.89º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D778E8 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 120 | 232 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.09 |
| HSL | 290.89º | 0.71% | 0.69% | - |
| HSV(B) | 290.89º | 0.48% | 0.91% | - |
| XYZ | 49.31 | 33.71 | 80.25 | - |
| YUV | 161.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 232 | 0.07 | 0.48 | 0 | 0.09 | 290.89 | 0.71 | 0.69 |
| Hex | D7 | 78 | E8 | 7 | 30 | 0 | 9 | 123 | 47 | 45 |
| Octal | 327 | 170 | 350 | 7 | 60 | 0 | 11 | 443 | 107 | 105 |
| Binary | 11010111 | 1111000 | 11101000 | 111 | 110000 | 0 | 1001 | 100100011 | 1000111 | 1000101 |
Color Harmonies of #D778E8
Complementary color
Monochromatic Colors of #D778E8
Black with #D778E8
Text Example
Text Example
White with #D778E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778E8; }
p { color: rgb(215,120,232); }
H1.HeaderClassName
{
color: #D778E8;
}
.AnyTagClassName
{
color: #D778E8;
}
</style>
background-color css
<style>
a { background-color: #D778E8; }
a { background-color: rgb(215,120,232); }
div.DivClassName
{
background-color: #D778E8;
}
.BgClassName
{
background-color: #D778E8;
}
</style>
border-color css
<style>
span { border-color: #D778E8; }
span { border-color: rgb(215,120,232); }
td.TdClassName
{
border-color: #D778E8;
}
.TagClassName
{
border-color: #D778E8;
}
</style>