Shades of Orchid #D77AC4
Tints of Orchid #D77AC4
RGB
CMYK
RGB Variations
Color information
#D77AC4 (or 0xD77AC4) is known color: Orchid. HEX triplet: D7, 7A and C4. RGB value is (215,122,196). Sum of RGB (Red+Green+Blue) = 215+122+196=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AC4 is #28853B. Grayscale: #9E9E9E. Windows color (decimal): -2655548 or 12876503. OLE color: 12876503.
HSL color Cylindrical-coordinate representation of color #D77AC4: hue angle of 312.26º 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 #D77AC4 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 196 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.16 |
| HSL | 312.26º | 0.54% | 0.66% | - |
| HSV(B) | 312.26º | 0.43% | 0.84% | - |
| XYZ | 44.95 | 32.35 | 56.1 | - |
| YUV | 158.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 196 | 0 | 0.43 | 0.09 | 0.16 | 312.26 | 0.54 | 0.66 |
| Hex | D7 | 7A | C4 | 0 | 2B | 9 | 10 | 138 | 36 | 42 |
| Octal | 327 | 172 | 304 | 0 | 53 | 11 | 20 | 470 | 66 | 102 |
| Binary | 11010111 | 1111010 | 11000100 | 0 | 101011 | 1001 | 10000 | 100111000 | 110110 | 1000010 |
Color Harmonies of #D77AC4
Complementary color
Monochromatic Colors of #D77AC4
Black with #D77AC4
Text Example
Text Example
White with #D77AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AC4; }
p { color: rgb(215,122,196); }
H1.HeaderClassName
{
color: #D77AC4;
}
.AnyTagClassName
{
color: #D77AC4;
}
</style>
background-color css
<style>
a { background-color: #D77AC4; }
a { background-color: rgb(215,122,196); }
div.DivClassName
{
background-color: #D77AC4;
}
.BgClassName
{
background-color: #D77AC4;
}
</style>
border-color css
<style>
span { border-color: #D77AC4; }
span { border-color: rgb(215,122,196); }
td.TdClassName
{
border-color: #D77AC4;
}
.TagClassName
{
border-color: #D77AC4;
}
</style>