Shades of Orchid #D776E6
Tints of Orchid #D776E6
RGB
CMYK
RGB Variations
Color information
#D776E6 (or 0xD776E6) is known color: Orchid. HEX triplet: D7, 76 and E6. RGB value is (215,118,230). Sum of RGB (Red+Green+Blue) = 215+118+230=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #D776E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D776E6 is #288919. Grayscale: #9F9F9F. Windows color (decimal): -2656538 or 15103703. OLE color: 15103703.
HSL color Cylindrical-coordinate representation of color #D776E6: hue angle of 291.96º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D776E6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 118 | 230 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.10 |
| HSL | 291.96º | 0.69% | 0.68% | - |
| HSV(B) | 291.96º | 0.49% | 0.9% | - |
| XYZ | 48.79 | 33.12 | 78.68 | - |
| YUV | 159.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 230 | 0.07 | 0.49 | 0 | 0.10 | 291.96 | 0.69 | 0.68 |
| Hex | D7 | 76 | E6 | 7 | 31 | 0 | A | 124 | 45 | 44 |
| Octal | 327 | 166 | 346 | 7 | 61 | 0 | 12 | 444 | 105 | 104 |
| Binary | 11010111 | 1110110 | 11100110 | 111 | 110001 | 0 | 1010 | 100100100 | 1000101 | 1000100 |
Color Harmonies of #D776E6
Complementary color
Monochromatic Colors of #D776E6
Black with #D776E6
Text Example
Text Example
White with #D776E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776E6; }
p { color: rgb(215,118,230); }
H1.HeaderClassName
{
color: #D776E6;
}
.AnyTagClassName
{
color: #D776E6;
}
</style>
background-color css
<style>
a { background-color: #D776E6; }
a { background-color: rgb(215,118,230); }
div.DivClassName
{
background-color: #D776E6;
}
.BgClassName
{
background-color: #D776E6;
}
</style>
border-color css
<style>
span { border-color: #D776E6; }
span { border-color: rgb(215,118,230); }
td.TdClassName
{
border-color: #D776E6;
}
.TagClassName
{
border-color: #D776E6;
}
</style>