Shades of Orchid #D684DC
Tints of Orchid #D684DC
RGB
CMYK
RGB Variations
Color information
#D684DC (or 0xD684DC) is known color: Orchid. HEX triplet: D6, 84 and DC. RGB value is (214,132,220). Sum of RGB (Red+Green+Blue) = 214+132+220=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D684DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DC is #297B23. Grayscale: #A6A6A6. Windows color (decimal): -2718500 or 14451926. OLE color: 14451926.
HSL color Cylindrical-coordinate representation of color #D684DC: hue angle of 295.91º degrees, saturation: 0.56, 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 #D684DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 132 | 220 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.14 |
| HSL | 295.91º | 0.56% | 0.69% | - |
| HSV(B) | 295.91º | 0.4% | 0.86% | - |
| XYZ | 48.9 | 35.97 | 72.07 | - |
| YUV | 166.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 220 | 0.03 | 0.40 | 0 | 0.14 | 295.91 | 0.56 | 0.69 |
| Hex | D6 | 84 | DC | 3 | 28 | 0 | E | 128 | 38 | 45 |
| Octal | 326 | 204 | 334 | 3 | 50 | 0 | 16 | 450 | 70 | 105 |
| Binary | 11010110 | 10000100 | 11011100 | 11 | 101000 | 0 | 1110 | 100101000 | 111000 | 1000101 |
Color Harmonies of #D684DC
Complementary color
Monochromatic Colors of #D684DC
Black with #D684DC
Text Example
Text Example
White with #D684DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684DC; }
p { color: rgb(214,132,220); }
H1.HeaderClassName
{
color: #D684DC;
}
.AnyTagClassName
{
color: #D684DC;
}
</style>
background-color css
<style>
a { background-color: #D684DC; }
a { background-color: rgb(214,132,220); }
div.DivClassName
{
background-color: #D684DC;
}
.BgClassName
{
background-color: #D684DC;
}
</style>
border-color css
<style>
span { border-color: #D684DC; }
span { border-color: rgb(214,132,220); }
td.TdClassName
{
border-color: #D684DC;
}
.TagClassName
{
border-color: #D684DC;
}
</style>