Shades of Orchid #D777CA
Tints of Orchid #D777CA
RGB
CMYK
RGB Variations
Color information
#D777CA (or 0xD777CA) is known color: Orchid. HEX triplet: D7, 77 and CA. RGB value is (215,119,202). Sum of RGB (Red+Green+Blue) = 215+119+202=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D777CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777CA is #288835. Grayscale: #9C9C9C. Windows color (decimal): -2656310 or 13268951. OLE color: 13268951.
HSL color Cylindrical-coordinate representation of color #D777CA: hue angle of 308.12º 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 #D777CA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 202 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.16 |
| HSL | 308.13º | 0.55% | 0.65% | - |
| HSV(B) | 308.13º | 0.45% | 0.84% | - |
| XYZ | 45.28 | 31.9 | 59.65 | - |
| YUV | 157.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 202 | 0 | 0.45 | 0.06 | 0.16 | 308.13 | 0.55 | 0.65 |
| Hex | D7 | 77 | CA | 0 | 2D | 6 | 10 | 134 | 37 | 41 |
| Octal | 327 | 167 | 312 | 0 | 55 | 6 | 20 | 464 | 67 | 101 |
| Binary | 11010111 | 1110111 | 11001010 | 0 | 101101 | 110 | 10000 | 100110100 | 110111 | 1000001 |
Color Harmonies of #D777CA
Complementary color
Monochromatic Colors of #D777CA
Black with #D777CA
Text Example
Text Example
White with #D777CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777CA; }
p { color: rgb(215,119,202); }
H1.HeaderClassName
{
color: #D777CA;
}
.AnyTagClassName
{
color: #D777CA;
}
</style>
background-color css
<style>
a { background-color: #D777CA; }
a { background-color: rgb(215,119,202); }
div.DivClassName
{
background-color: #D777CA;
}
.BgClassName
{
background-color: #D777CA;
}
</style>
border-color css
<style>
span { border-color: #D777CA; }
span { border-color: rgb(215,119,202); }
td.TdClassName
{
border-color: #D777CA;
}
.TagClassName
{
border-color: #D777CA;
}
</style>