Shades of Orchid #D77CCB
Tints of Orchid #D77CCB
RGB
CMYK
RGB Variations
Color information
#D77CCB (or 0xD77CCB) is known color: Orchid. HEX triplet: D7, 7C and CB. RGB value is (215,124,203). Sum of RGB (Red+Green+Blue) = 215+124+203=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CCB is #288334. Grayscale: #9F9F9F. Windows color (decimal): -2655029 or 13335767. OLE color: 13335767.
HSL color Cylindrical-coordinate representation of color #D77CCB: hue angle of 307.91º 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 #D77CCB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 203 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.16 |
| HSL | 307.91º | 0.53% | 0.66% | - |
| HSV(B) | 307.91º | 0.42% | 0.84% | - |
| XYZ | 46.01 | 33.17 | 60.48 | - |
| YUV | 160.22 | 152.15 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 203 | 0 | 0.42 | 0.06 | 0.16 | 307.91 | 0.53 | 0.66 |
| Hex | D7 | 7C | CB | 0 | 2A | 6 | 10 | 134 | 35 | 42 |
| Octal | 327 | 174 | 313 | 0 | 52 | 6 | 20 | 464 | 65 | 102 |
| Binary | 11010111 | 1111100 | 11001011 | 0 | 101010 | 110 | 10000 | 100110100 | 110101 | 1000010 |
Color Harmonies of #D77CCB
Complementary color
Monochromatic Colors of #D77CCB
Black with #D77CCB
Text Example
Text Example
White with #D77CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CCB; }
p { color: rgb(215,124,203); }
H1.HeaderClassName
{
color: #D77CCB;
}
.AnyTagClassName
{
color: #D77CCB;
}
</style>
background-color css
<style>
a { background-color: #D77CCB; }
a { background-color: rgb(215,124,203); }
div.DivClassName
{
background-color: #D77CCB;
}
.BgClassName
{
background-color: #D77CCB;
}
</style>
border-color css
<style>
span { border-color: #D77CCB; }
span { border-color: rgb(215,124,203); }
td.TdClassName
{
border-color: #D77CCB;
}
.TagClassName
{
border-color: #D77CCB;
}
</style>