Shades of Orchid #D778E4
Tints of Orchid #D778E4
RGB
CMYK
RGB Variations
Color information
#D778E4 (or 0xD778E4) is known color: Orchid. HEX triplet: D7, 78 and E4. RGB value is (215,120,228). Sum of RGB (Red+Green+Blue) = 215+120+228=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #D778E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778E4 is #28871B. Grayscale: #A0A0A0. Windows color (decimal): -2656028 or 14973143. OLE color: 14973143.
HSL color Cylindrical-coordinate representation of color #D778E4: hue angle of 292.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D778E4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 120 | 228 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.11 |
| HSL | 292.78º | 0.67% | 0.68% | - |
| HSV(B) | 292.78º | 0.47% | 0.89% | - |
| XYZ | 48.74 | 33.48 | 77.29 | - |
| YUV | 160.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 228 | 0.06 | 0.47 | 0 | 0.11 | 292.78 | 0.67 | 0.68 |
| Hex | D7 | 78 | E4 | 6 | 2F | 0 | B | 125 | 43 | 44 |
| Octal | 327 | 170 | 344 | 6 | 57 | 0 | 13 | 445 | 103 | 104 |
| Binary | 11010111 | 1111000 | 11100100 | 110 | 101111 | 0 | 1011 | 100100101 | 1000011 | 1000100 |
Color Harmonies of #D778E4
Complementary color
Monochromatic Colors of #D778E4
Black with #D778E4
Text Example
Text Example
White with #D778E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778E4; }
p { color: rgb(215,120,228); }
H1.HeaderClassName
{
color: #D778E4;
}
.AnyTagClassName
{
color: #D778E4;
}
</style>
background-color css
<style>
a { background-color: #D778E4; }
a { background-color: rgb(215,120,228); }
div.DivClassName
{
background-color: #D778E4;
}
.BgClassName
{
background-color: #D778E4;
}
</style>
border-color css
<style>
span { border-color: #D778E4; }
span { border-color: rgb(215,120,228); }
td.TdClassName
{
border-color: #D778E4;
}
.TagClassName
{
border-color: #D778E4;
}
</style>