Shades of Orchid #D778CF
Tints of Orchid #D778CF
RGB
CMYK
RGB Variations
Color information
#D778CF (or 0xD778CF) is known color: Orchid. HEX triplet: D7, 78 and CF. RGB value is (215,120,207). Sum of RGB (Red+Green+Blue) = 215+120+207=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D778CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778CF is #288730. Grayscale: #9E9E9E. Windows color (decimal): -2656049 or 13596887. OLE color: 13596887.
HSL color Cylindrical-coordinate representation of color #D778CF: hue angle of 305.05º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778CF is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 207 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.16 |
| HSL | 305.05º | 0.54% | 0.66% | - |
| HSV(B) | 305.05º | 0.44% | 0.84% | - |
| XYZ | 46 | 32.39 | 62.86 | - |
| YUV | 158.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 207 | 0 | 0.44 | 0.04 | 0.16 | 305.05 | 0.54 | 0.66 |
| Hex | D7 | 78 | CF | 0 | 2C | 4 | 10 | 131 | 36 | 42 |
| Octal | 327 | 170 | 317 | 0 | 54 | 4 | 20 | 461 | 66 | 102 |
| Binary | 11010111 | 1111000 | 11001111 | 0 | 101100 | 100 | 10000 | 100110001 | 110110 | 1000010 |
Color Harmonies of #D778CF
Complementary color
Monochromatic Colors of #D778CF
Black with #D778CF
Text Example
Text Example
White with #D778CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778CF; }
p { color: rgb(215,120,207); }
H1.HeaderClassName
{
color: #D778CF;
}
.AnyTagClassName
{
color: #D778CF;
}
</style>
background-color css
<style>
a { background-color: #D778CF; }
a { background-color: rgb(215,120,207); }
div.DivClassName
{
background-color: #D778CF;
}
.BgClassName
{
background-color: #D778CF;
}
</style>
border-color css
<style>
span { border-color: #D778CF; }
span { border-color: rgb(215,120,207); }
td.TdClassName
{
border-color: #D778CF;
}
.TagClassName
{
border-color: #D778CF;
}
</style>