Shades of Orchid #D770C0
Tints of Orchid #D770C0
RGB
CMYK
RGB Variations
Color information
#D770C0 (or 0xD770C0) is known color: Orchid. HEX triplet: D7, 70 and C0. RGB value is (215,112,192). Sum of RGB (Red+Green+Blue) = 215+112+192=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C0 is #288F3F. Grayscale: #979797. Windows color (decimal): -2658112 or 12611799. OLE color: 12611799.
HSL color Cylindrical-coordinate representation of color #D770C0: hue angle of 313.4º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770C0 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 192 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.16 |
| HSL | 313.4º | 0.56% | 0.64% | - |
| HSV(B) | 313.4º | 0.48% | 0.84% | - |
| XYZ | 43.33 | 29.84 | 53.35 | - |
| YUV | 151.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 192 | 0 | 0.48 | 0.11 | 0.16 | 313.4 | 0.56 | 0.64 |
| Hex | D7 | 70 | C0 | 0 | 30 | B | 10 | 139 | 38 | 40 |
| Octal | 327 | 160 | 300 | 0 | 60 | 13 | 20 | 471 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11000000 | 0 | 110000 | 1011 | 10000 | 100111001 | 111000 | 1000000 |
Color Harmonies of #D770C0
Complementary color
Monochromatic Colors of #D770C0
Black with #D770C0
Text Example
Text Example
White with #D770C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770C0; }
p { color: rgb(215,112,192); }
H1.HeaderClassName
{
color: #D770C0;
}
.AnyTagClassName
{
color: #D770C0;
}
</style>
background-color css
<style>
a { background-color: #D770C0; }
a { background-color: rgb(215,112,192); }
div.DivClassName
{
background-color: #D770C0;
}
.BgClassName
{
background-color: #D770C0;
}
</style>
border-color css
<style>
span { border-color: #D770C0; }
span { border-color: rgb(215,112,192); }
td.TdClassName
{
border-color: #D770C0;
}
.TagClassName
{
border-color: #D770C0;
}
</style>