Shades of Orchid #D779E4
Tints of Orchid #D779E4
RGB
CMYK
RGB Variations
Color information
#D779E4 (or 0xD779E4) is known color: Orchid. HEX triplet: D7, 79 and E4. RGB value is (215,121,228). Sum of RGB (Red+Green+Blue) = 215+121+228=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #D779E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779E4 is #28861B. Grayscale: #A0A0A0. Windows color (decimal): -2655772 or 14973399. OLE color: 14973399.
HSL color Cylindrical-coordinate representation of color #D779E4: hue angle of 292.71º degrees, saturation: 0.66, 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 #D779E4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 121 | 228 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.11 |
| HSL | 292.71º | 0.66% | 0.68% | - |
| HSV(B) | 292.71º | 0.47% | 0.89% | - |
| XYZ | 48.87 | 33.72 | 77.33 | - |
| YUV | 161.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 228 | 0.06 | 0.47 | 0 | 0.11 | 292.71 | 0.66 | 0.68 |
| Hex | D7 | 79 | E4 | 6 | 2F | 0 | B | 125 | 42 | 44 |
| Octal | 327 | 171 | 344 | 6 | 57 | 0 | 13 | 445 | 102 | 104 |
| Binary | 11010111 | 1111001 | 11100100 | 110 | 101111 | 0 | 1011 | 100100101 | 1000010 | 1000100 |
Color Harmonies of #D779E4
Complementary color
Monochromatic Colors of #D779E4
Black with #D779E4
Text Example
Text Example
White with #D779E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779E4; }
p { color: rgb(215,121,228); }
H1.HeaderClassName
{
color: #D779E4;
}
.AnyTagClassName
{
color: #D779E4;
}
</style>
background-color css
<style>
a { background-color: #D779E4; }
a { background-color: rgb(215,121,228); }
div.DivClassName
{
background-color: #D779E4;
}
.BgClassName
{
background-color: #D779E4;
}
</style>
border-color css
<style>
span { border-color: #D779E4; }
span { border-color: rgb(215,121,228); }
td.TdClassName
{
border-color: #D779E4;
}
.TagClassName
{
border-color: #D779E4;
}
</style>