Shades of Orchid #D770DA
Tints of Orchid #D770DA
RGB
CMYK
RGB Variations
Color information
#D770DA (or 0xD770DA) is known color: Orchid. HEX triplet: D7, 70 and DA. RGB value is (215,112,218). Sum of RGB (Red+Green+Blue) = 215+112+218=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D770DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770DA is #288F25. Grayscale: #9A9A9A. Windows color (decimal): -2658086 or 14315735. OLE color: 14315735.
HSL color Cylindrical-coordinate representation of color #D770DA: hue angle of 298.3º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D770DA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 112 | 218 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.15 |
| HSL | 298.3º | 0.59% | 0.65% | - |
| HSV(B) | 298.3º | 0.49% | 0.85% | - |
| XYZ | 46.47 | 31.1 | 69.88 | - |
| YUV | 154.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 218 | 0.01 | 0.49 | 0 | 0.15 | 298.3 | 0.59 | 0.65 |
| Hex | D7 | 70 | DA | 1 | 31 | 0 | F | 12A | 3B | 41 |
| Octal | 327 | 160 | 332 | 1 | 61 | 0 | 17 | 452 | 73 | 101 |
| Binary | 11010111 | 1110000 | 11011010 | 1 | 110001 | 0 | 1111 | 100101010 | 111011 | 1000001 |
Color Harmonies of #D770DA
Complementary color
Monochromatic Colors of #D770DA
Black with #D770DA
Text Example
Text Example
White with #D770DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770DA; }
p { color: rgb(215,112,218); }
H1.HeaderClassName
{
color: #D770DA;
}
.AnyTagClassName
{
color: #D770DA;
}
</style>
background-color css
<style>
a { background-color: #D770DA; }
a { background-color: rgb(215,112,218); }
div.DivClassName
{
background-color: #D770DA;
}
.BgClassName
{
background-color: #D770DA;
}
</style>
border-color css
<style>
span { border-color: #D770DA; }
span { border-color: rgb(215,112,218); }
td.TdClassName
{
border-color: #D770DA;
}
.TagClassName
{
border-color: #D770DA;
}
</style>