Shades of Orchid #D684D0
Tints of Orchid #D684D0
RGB
CMYK
RGB Variations
Color information
#D684D0 (or 0xD684D0) is known color: Orchid. HEX triplet: D6, 84 and D0. RGB value is (214,132,208). Sum of RGB (Red+Green+Blue) = 214+132+208=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D684D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D0 is #297B2F. Grayscale: #A4A4A4. Windows color (decimal): -2718512 or 13665494. OLE color: 13665494.
HSL color Cylindrical-coordinate representation of color #D684D0: hue angle of 304.39º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684D0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 208 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.16 |
| HSL | 304.39º | 0.5% | 0.68% | - |
| HSV(B) | 304.39º | 0.38% | 0.84% | - |
| XYZ | 47.37 | 35.35 | 64 | - |
| YUV | 165.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 208 | 0 | 0.38 | 0.03 | 0.16 | 304.39 | 0.5 | 0.68 |
| Hex | D6 | 84 | D0 | 0 | 26 | 3 | 10 | 130 | 32 | 44 |
| Octal | 326 | 204 | 320 | 0 | 46 | 3 | 20 | 460 | 62 | 104 |
| Binary | 11010110 | 10000100 | 11010000 | 0 | 100110 | 11 | 10000 | 100110000 | 110010 | 1000100 |
Color Harmonies of #D684D0
Complementary color
Monochromatic Colors of #D684D0
Black with #D684D0
Text Example
Text Example
White with #D684D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684D0; }
p { color: rgb(214,132,208); }
H1.HeaderClassName
{
color: #D684D0;
}
.AnyTagClassName
{
color: #D684D0;
}
</style>
background-color css
<style>
a { background-color: #D684D0; }
a { background-color: rgb(214,132,208); }
div.DivClassName
{
background-color: #D684D0;
}
.BgClassName
{
background-color: #D684D0;
}
</style>
border-color css
<style>
span { border-color: #D684D0; }
span { border-color: rgb(214,132,208); }
td.TdClassName
{
border-color: #D684D0;
}
.TagClassName
{
border-color: #D684D0;
}
</style>