Shades of Orchid #D77CE7
Tints of Orchid #D77CE7
RGB
CMYK
RGB Variations
Color information
#D77CE7 (or 0xD77CE7) is known color: Orchid. HEX triplet: D7, 7C and E7. RGB value is (215,124,231). Sum of RGB (Red+Green+Blue) = 215+124+231=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #D77CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CE7 is #288318. Grayscale: #A3A3A3. Windows color (decimal): -2655001 or 15170775. OLE color: 15170775.
HSL color Cylindrical-coordinate representation of color #D77CE7: hue angle of 291.03º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77CE7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 124 | 231 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.09 |
| HSL | 291.03º | 0.69% | 0.7% | - |
| HSV(B) | 291.03º | 0.46% | 0.91% | - |
| XYZ | 49.66 | 34.63 | 79.67 | - |
| YUV | 163.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 231 | 0.07 | 0.46 | 0 | 0.09 | 291.03 | 0.69 | 0.7 |
| Hex | D7 | 7C | E7 | 7 | 2E | 0 | 9 | 123 | 45 | 46 |
| Octal | 327 | 174 | 347 | 7 | 56 | 0 | 11 | 443 | 105 | 106 |
| Binary | 11010111 | 1111100 | 11100111 | 111 | 101110 | 0 | 1001 | 100100011 | 1000101 | 1000110 |
Color Harmonies of #D77CE7
Complementary color
Monochromatic Colors of #D77CE7
Black with #D77CE7
Text Example
Text Example
White with #D77CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CE7; }
p { color: rgb(215,124,231); }
H1.HeaderClassName
{
color: #D77CE7;
}
.AnyTagClassName
{
color: #D77CE7;
}
</style>
background-color css
<style>
a { background-color: #D77CE7; }
a { background-color: rgb(215,124,231); }
div.DivClassName
{
background-color: #D77CE7;
}
.BgClassName
{
background-color: #D77CE7;
}
</style>
border-color css
<style>
span { border-color: #D77CE7; }
span { border-color: rgb(215,124,231); }
td.TdClassName
{
border-color: #D77CE7;
}
.TagClassName
{
border-color: #D77CE7;
}
</style>