Shades of Orchid #D77CCC
Tints of Orchid #D77CCC
RGB
CMYK
RGB Variations
Color information
#D77CCC (or 0xD77CCC) is known color: Orchid. HEX triplet: D7, 7C and CC. RGB value is (215,124,204). Sum of RGB (Red+Green+Blue) = 215+124+204=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CCC is #288333. Grayscale: #A0A0A0. Windows color (decimal): -2655028 or 13401303. OLE color: 13401303.
HSL color Cylindrical-coordinate representation of color #D77CCC: hue angle of 307.25º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CCC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 204 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.16 |
| HSL | 307.25º | 0.53% | 0.66% | - |
| HSV(B) | 307.25º | 0.42% | 0.84% | - |
| XYZ | 46.13 | 33.22 | 61.11 | - |
| YUV | 160.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 204 | 0 | 0.42 | 0.05 | 0.16 | 307.25 | 0.53 | 0.66 |
| Hex | D7 | 7C | CC | 0 | 2A | 5 | 10 | 133 | 35 | 42 |
| Octal | 327 | 174 | 314 | 0 | 52 | 5 | 20 | 463 | 65 | 102 |
| Binary | 11010111 | 1111100 | 11001100 | 0 | 101010 | 101 | 10000 | 100110011 | 110101 | 1000010 |
Color Harmonies of #D77CCC
Complementary color
Monochromatic Colors of #D77CCC
Black with #D77CCC
Text Example
Text Example
White with #D77CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CCC; }
p { color: rgb(215,124,204); }
H1.HeaderClassName
{
color: #D77CCC;
}
.AnyTagClassName
{
color: #D77CCC;
}
</style>
background-color css
<style>
a { background-color: #D77CCC; }
a { background-color: rgb(215,124,204); }
div.DivClassName
{
background-color: #D77CCC;
}
.BgClassName
{
background-color: #D77CCC;
}
</style>
border-color css
<style>
span { border-color: #D77CCC; }
span { border-color: rgb(215,124,204); }
td.TdClassName
{
border-color: #D77CCC;
}
.TagClassName
{
border-color: #D77CCC;
}
</style>