Shades of Orchid #D770D3
Tints of Orchid #D770D3
RGB
CMYK
RGB Variations
Color information
#D770D3 (or 0xD770D3) is known color: Orchid. HEX triplet: D7, 70 and D3. RGB value is (215,112,211). Sum of RGB (Red+Green+Blue) = 215+112+211=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D770D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770D3 is #288F2C. Grayscale: #999999. Windows color (decimal): -2658093 or 13856983. OLE color: 13856983.
HSL color Cylindrical-coordinate representation of color #D770D3: hue angle of 302.33º 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 #D770D3 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 211 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.16 |
| HSL | 302.33º | 0.56% | 0.64% | - |
| HSV(B) | 302.33º | 0.48% | 0.84% | - |
| XYZ | 45.58 | 30.74 | 65.16 | - |
| YUV | 154.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 211 | 0 | 0.48 | 0.02 | 0.16 | 302.33 | 0.56 | 0.64 |
| Hex | D7 | 70 | D3 | 0 | 30 | 2 | 10 | 12E | 38 | 40 |
| Octal | 327 | 160 | 323 | 0 | 60 | 2 | 20 | 456 | 70 | 100 |
| Binary | 11010111 | 1110000 | 11010011 | 0 | 110000 | 10 | 10000 | 100101110 | 111000 | 1000000 |
Color Harmonies of #D770D3
Complementary color
Monochromatic Colors of #D770D3
Black with #D770D3
Text Example
Text Example
White with #D770D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770D3; }
p { color: rgb(215,112,211); }
H1.HeaderClassName
{
color: #D770D3;
}
.AnyTagClassName
{
color: #D770D3;
}
</style>
background-color css
<style>
a { background-color: #D770D3; }
a { background-color: rgb(215,112,211); }
div.DivClassName
{
background-color: #D770D3;
}
.BgClassName
{
background-color: #D770D3;
}
</style>
border-color css
<style>
span { border-color: #D770D3; }
span { border-color: rgb(215,112,211); }
td.TdClassName
{
border-color: #D770D3;
}
.TagClassName
{
border-color: #D770D3;
}
</style>