Shades of Orchid #D77ACC
Tints of Orchid #D77ACC
RGB
CMYK
RGB Variations
Color information
#D77ACC (or 0xD77ACC) is known color: Orchid. HEX triplet: D7, 7A and CC. RGB value is (215,122,204). Sum of RGB (Red+Green+Blue) = 215+122+204=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ACC is #288533. Grayscale: #9E9E9E. Windows color (decimal): -2655540 or 13400791. OLE color: 13400791.
HSL color Cylindrical-coordinate representation of color #D77ACC: hue angle of 307.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77ACC is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 204 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.16 |
| HSL | 307.1º | 0.54% | 0.66% | - |
| HSV(B) | 307.1º | 0.43% | 0.84% | - |
| XYZ | 45.88 | 32.73 | 61.03 | - |
| YUV | 159.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 204 | 0 | 0.43 | 0.05 | 0.16 | 307.1 | 0.54 | 0.66 |
| Hex | D7 | 7A | CC | 0 | 2B | 5 | 10 | 133 | 36 | 42 |
| Octal | 327 | 172 | 314 | 0 | 53 | 5 | 20 | 463 | 66 | 102 |
| Binary | 11010111 | 1111010 | 11001100 | 0 | 101011 | 101 | 10000 | 100110011 | 110110 | 1000010 |
Color Harmonies of #D77ACC
Complementary color
Monochromatic Colors of #D77ACC
Black with #D77ACC
Text Example
Text Example
White with #D77ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77ACC; }
p { color: rgb(215,122,204); }
H1.HeaderClassName
{
color: #D77ACC;
}
.AnyTagClassName
{
color: #D77ACC;
}
</style>
background-color css
<style>
a { background-color: #D77ACC; }
a { background-color: rgb(215,122,204); }
div.DivClassName
{
background-color: #D77ACC;
}
.BgClassName
{
background-color: #D77ACC;
}
</style>
border-color css
<style>
span { border-color: #D77ACC; }
span { border-color: rgb(215,122,204); }
td.TdClassName
{
border-color: #D77ACC;
}
.TagClassName
{
border-color: #D77ACC;
}
</style>