Shades of Orchid #D770C1
Tints of Orchid #D770C1
RGB
CMYK
RGB Variations
Color information
#D770C1 (or 0xD770C1) is known color: Orchid. HEX triplet: D7, 70 and C1. RGB value is (215,112,193). Sum of RGB (Red+Green+Blue) = 215+112+193=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D770C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770C1 is #288F3E. Grayscale: #979797. Windows color (decimal): -2658111 or 12677335. OLE color: 12677335.
HSL color Cylindrical-coordinate representation of color #D770C1: hue angle of 312.82º 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 #D770C1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 193 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.16 |
| HSL | 312.82º | 0.56% | 0.64% | - |
| HSV(B) | 312.82º | 0.48% | 0.84% | - |
| XYZ | 43.44 | 29.89 | 53.93 | - |
| YUV | 152.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 193 | 0 | 0.48 | 0.10 | 0.16 | 312.82 | 0.56 | 0.64 |
| Hex | D7 | 70 | C1 | 0 | 30 | A | 10 | 139 | 38 | 40 |
| Octal | 327 | 160 | 301 | 0 | 60 | 12 | 20 | 471 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11000001 | 0 | 110000 | 1010 | 10000 | 100111001 | 111000 | 1000000 |
Color Harmonies of #D770C1
Complementary color
Monochromatic Colors of #D770C1
Black with #D770C1
Text Example
Text Example
White with #D770C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770C1; }
p { color: rgb(215,112,193); }
H1.HeaderClassName
{
color: #D770C1;
}
.AnyTagClassName
{
color: #D770C1;
}
</style>
background-color css
<style>
a { background-color: #D770C1; }
a { background-color: rgb(215,112,193); }
div.DivClassName
{
background-color: #D770C1;
}
.BgClassName
{
background-color: #D770C1;
}
</style>
border-color css
<style>
span { border-color: #D770C1; }
span { border-color: rgb(215,112,193); }
td.TdClassName
{
border-color: #D770C1;
}
.TagClassName
{
border-color: #D770C1;
}
</style>