Shades of Orchid #D784DB
Tints of Orchid #D784DB
RGB
CMYK
RGB Variations
Color information
#D784DB (or 0xD784DB) is known color: Orchid. HEX triplet: D7, 84 and DB. RGB value is (215,132,219). Sum of RGB (Red+Green+Blue) = 215+132+219=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D784DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784DB is #287B24. Grayscale: #A6A6A6. Windows color (decimal): -2652965 or 14386391. OLE color: 14386391.
HSL color Cylindrical-coordinate representation of color #D784DB: hue angle of 297.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D784DB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 132 | 219 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.14 |
| HSL | 297.24º | 0.55% | 0.69% | - |
| HSV(B) | 297.24º | 0.4% | 0.86% | - |
| XYZ | 49.06 | 36.06 | 71.39 | - |
| YUV | 166.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 219 | 0.02 | 0.40 | 0 | 0.14 | 297.24 | 0.55 | 0.69 |
| Hex | D7 | 84 | DB | 2 | 28 | 0 | E | 129 | 37 | 45 |
| Octal | 327 | 204 | 333 | 2 | 50 | 0 | 16 | 451 | 67 | 105 |
| Binary | 11010111 | 10000100 | 11011011 | 10 | 101000 | 0 | 1110 | 100101001 | 110111 | 1000101 |
Color Harmonies of #D784DB
Complementary color
Monochromatic Colors of #D784DB
Black with #D784DB
Text Example
Text Example
White with #D784DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784DB; }
p { color: rgb(215,132,219); }
H1.HeaderClassName
{
color: #D784DB;
}
.AnyTagClassName
{
color: #D784DB;
}
</style>
background-color css
<style>
a { background-color: #D784DB; }
a { background-color: rgb(215,132,219); }
div.DivClassName
{
background-color: #D784DB;
}
.BgClassName
{
background-color: #D784DB;
}
</style>
border-color css
<style>
span { border-color: #D784DB; }
span { border-color: rgb(215,132,219); }
td.TdClassName
{
border-color: #D784DB;
}
.TagClassName
{
border-color: #D784DB;
}
</style>