Shades of Orchid #D684DB
Tints of Orchid #D684DB
RGB
CMYK
RGB Variations
Color information
#D684DB (or 0xD684DB) is known color: Orchid. HEX triplet: D6, 84 and DB. RGB value is (214,132,219). Sum of RGB (Red+Green+Blue) = 214+132+219=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D684DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DB is #297B24. Grayscale: #A6A6A6. Windows color (decimal): -2718501 or 14386390. OLE color: 14386390.
HSL color Cylindrical-coordinate representation of color #D684DB: hue angle of 296.55º 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 #D684DB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 132 | 219 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.14 |
| HSL | 296.55º | 0.55% | 0.69% | - |
| HSV(B) | 296.55º | 0.4% | 0.86% | - |
| XYZ | 48.77 | 35.91 | 71.38 | - |
| YUV | 166.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 219 | 0.02 | 0.40 | 0 | 0.14 | 296.55 | 0.55 | 0.69 |
| Hex | D6 | 84 | DB | 2 | 28 | 0 | E | 129 | 37 | 45 |
| Octal | 326 | 204 | 333 | 2 | 50 | 0 | 16 | 451 | 67 | 105 |
| Binary | 11010110 | 10000100 | 11011011 | 10 | 101000 | 0 | 1110 | 100101001 | 110111 | 1000101 |
Color Harmonies of #D684DB
Complementary color
Monochromatic Colors of #D684DB
Black with #D684DB
Text Example
Text Example
White with #D684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684DB; }
p { color: rgb(214,132,219); }
H1.HeaderClassName
{
color: #D684DB;
}
.AnyTagClassName
{
color: #D684DB;
}
</style>
background-color css
<style>
a { background-color: #D684DB; }
a { background-color: rgb(214,132,219); }
div.DivClassName
{
background-color: #D684DB;
}
.BgClassName
{
background-color: #D684DB;
}
</style>
border-color css
<style>
span { border-color: #D684DB; }
span { border-color: rgb(214,132,219); }
td.TdClassName
{
border-color: #D684DB;
}
.TagClassName
{
border-color: #D684DB;
}
</style>