Shades of Orchid #D777CD
Tints of Orchid #D777CD
RGB
CMYK
RGB Variations
Color information
#D777CD (or 0xD777CD) is known color: Orchid. HEX triplet: D7, 77 and CD. RGB value is (215,119,205). Sum of RGB (Red+Green+Blue) = 215+119+205=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D777CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777CD is #288832. Grayscale: #9D9D9D. Windows color (decimal): -2656307 or 13465559. OLE color: 13465559.
HSL color Cylindrical-coordinate representation of color #D777CD: hue angle of 306.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777CD is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 205 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.16 |
| HSL | 306.25º | 0.55% | 0.65% | - |
| HSV(B) | 306.25º | 0.45% | 0.84% | - |
| XYZ | 45.64 | 32.05 | 61.54 | - |
| YUV | 157.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 205 | 0 | 0.45 | 0.05 | 0.16 | 306.25 | 0.55 | 0.65 |
| Hex | D7 | 77 | CD | 0 | 2D | 5 | 10 | 132 | 37 | 41 |
| Octal | 327 | 167 | 315 | 0 | 55 | 5 | 20 | 462 | 67 | 101 |
| Binary | 11010111 | 1110111 | 11001101 | 0 | 101101 | 101 | 10000 | 100110010 | 110111 | 1000001 |
Color Harmonies of #D777CD
Complementary color
Monochromatic Colors of #D777CD
Black with #D777CD
Text Example
Text Example
White with #D777CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777CD; }
p { color: rgb(215,119,205); }
H1.HeaderClassName
{
color: #D777CD;
}
.AnyTagClassName
{
color: #D777CD;
}
</style>
background-color css
<style>
a { background-color: #D777CD; }
a { background-color: rgb(215,119,205); }
div.DivClassName
{
background-color: #D777CD;
}
.BgClassName
{
background-color: #D777CD;
}
</style>
border-color css
<style>
span { border-color: #D777CD; }
span { border-color: rgb(215,119,205); }
td.TdClassName
{
border-color: #D777CD;
}
.TagClassName
{
border-color: #D777CD;
}
</style>