Shades of Orchid #D77FCE
Tints of Orchid #D77FCE
RGB
CMYK
RGB Variations
Color information
#D77FCE (or 0xD77FCE) is known color: Orchid. HEX triplet: D7, 7F and CE. RGB value is (215,127,206). Sum of RGB (Red+Green+Blue) = 215+127+206=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FCE is #288031. Grayscale: #A2A2A2. Windows color (decimal): -2654258 or 13533143. OLE color: 13533143.
HSL color Cylindrical-coordinate representation of color #D77FCE: hue angle of 306.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FCE is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 206 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.16 |
| HSL | 306.14º | 0.52% | 0.67% | - |
| HSV(B) | 306.14º | 0.41% | 0.84% | - |
| XYZ | 46.75 | 34.08 | 62.51 | - |
| YUV | 162.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 206 | 0 | 0.41 | 0.04 | 0.16 | 306.14 | 0.52 | 0.67 |
| Hex | D7 | 7F | CE | 0 | 29 | 4 | 10 | 132 | 34 | 43 |
| Octal | 327 | 177 | 316 | 0 | 51 | 4 | 20 | 462 | 64 | 103 |
| Binary | 11010111 | 1111111 | 11001110 | 0 | 101001 | 100 | 10000 | 100110010 | 110100 | 1000011 |
Color Harmonies of #D77FCE
Complementary color
Monochromatic Colors of #D77FCE
Black with #D77FCE
Text Example
Text Example
White with #D77FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FCE; }
p { color: rgb(215,127,206); }
H1.HeaderClassName
{
color: #D77FCE;
}
.AnyTagClassName
{
color: #D77FCE;
}
</style>
background-color css
<style>
a { background-color: #D77FCE; }
a { background-color: rgb(215,127,206); }
div.DivClassName
{
background-color: #D77FCE;
}
.BgClassName
{
background-color: #D77FCE;
}
</style>
border-color css
<style>
span { border-color: #D77FCE; }
span { border-color: rgb(215,127,206); }
td.TdClassName
{
border-color: #D77FCE;
}
.TagClassName
{
border-color: #D77FCE;
}
</style>