Shades of Orchid #D862DB
Tints of Orchid #D862DB
RGB
CMYK
RGB Variations
Color information
#D862DB (or 0xD862DB) is known color: Orchid. HEX triplet: D8, 62 and DB. RGB value is (216,98,219). Sum of RGB (Red+Green+Blue) = 216+98+219=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D862DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862DB is #279D24. Grayscale: #929292. Windows color (decimal): -2596133 or 14377688. OLE color: 14377688.
HSL color Cylindrical-coordinate representation of color #D862DB: hue angle of 298.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862DB is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 98 | 219 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.14 |
| HSL | 298.51º | 0.63% | 0.62% | - |
| HSV(B) | 298.51º | 0.55% | 0.86% | - |
| XYZ | 45.47 | 28.45 | 70.11 | - |
| YUV | 147.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 219 | 0.01 | 0.55 | 0 | 0.14 | 298.51 | 0.63 | 0.62 |
| Hex | D8 | 62 | DB | 1 | 37 | 0 | E | 12B | 3F | 3E |
| Octal | 330 | 142 | 333 | 1 | 67 | 0 | 16 | 453 | 77 | 76 |
| Binary | 11011000 | 1100010 | 11011011 | 1 | 110111 | 0 | 1110 | 100101011 | 111111 | 111110 |
Color Harmonies of #D862DB
Complementary color
Monochromatic Colors of #D862DB
Black with #D862DB
Text Example
Text Example
White with #D862DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862DB; }
p { color: rgb(216,98,219); }
H1.HeaderClassName
{
color: #D862DB;
}
.AnyTagClassName
{
color: #D862DB;
}
</style>
background-color css
<style>
a { background-color: #D862DB; }
a { background-color: rgb(216,98,219); }
div.DivClassName
{
background-color: #D862DB;
}
.BgClassName
{
background-color: #D862DB;
}
</style>
border-color css
<style>
span { border-color: #D862DB; }
span { border-color: rgb(216,98,219); }
td.TdClassName
{
border-color: #D862DB;
}
.TagClassName
{
border-color: #D862DB;
}
</style>