Shades of Orchid #D870DA
Tints of Orchid #D870DA
RGB
CMYK
RGB Variations
Color information
#D870DA (or 0xD870DA) is known color: Orchid. HEX triplet: D8, 70 and DA. RGB value is (216,112,218). Sum of RGB (Red+Green+Blue) = 216+112+218=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D870DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870DA is #278F25. Grayscale: #9A9A9A. Windows color (decimal): -2592550 or 14315736. OLE color: 14315736.
HSL color Cylindrical-coordinate representation of color #D870DA: hue angle of 298.87º 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 #D870DA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 218 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.15 |
| HSL | 298.87º | 0.59% | 0.65% | - |
| HSV(B) | 298.87º | 0.49% | 0.85% | - |
| XYZ | 46.77 | 31.25 | 69.9 | - |
| YUV | 155.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 218 | 0.01 | 0.49 | 0 | 0.15 | 298.87 | 0.59 | 0.65 |
| Hex | D8 | 70 | DA | 1 | 31 | 0 | F | 12B | 3B | 41 |
| Octal | 330 | 160 | 332 | 1 | 61 | 0 | 17 | 453 | 73 | 101 |
| Binary | 11011000 | 1110000 | 11011010 | 1 | 110001 | 0 | 1111 | 100101011 | 111011 | 1000001 |
Color Harmonies of #D870DA
Complementary color
Monochromatic Colors of #D870DA
Black with #D870DA
Text Example
Text Example
White with #D870DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870DA; }
p { color: rgb(216,112,218); }
H1.HeaderClassName
{
color: #D870DA;
}
.AnyTagClassName
{
color: #D870DA;
}
</style>
background-color css
<style>
a { background-color: #D870DA; }
a { background-color: rgb(216,112,218); }
div.DivClassName
{
background-color: #D870DA;
}
.BgClassName
{
background-color: #D870DA;
}
</style>
border-color css
<style>
span { border-color: #D870DA; }
span { border-color: rgb(216,112,218); }
td.TdClassName
{
border-color: #D870DA;
}
.TagClassName
{
border-color: #D870DA;
}
</style>