Shades of Orchid #D684D7
Tints of Orchid #D684D7
RGB
CMYK
RGB Variations
Color information
#D684D7 (or 0xD684D7) is known color: Orchid. HEX triplet: D6, 84 and D7. RGB value is (214,132,215). Sum of RGB (Red+Green+Blue) = 214+132+215=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #D684D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684D7 is #297B28. Grayscale: #A5A5A5. Windows color (decimal): -2718505 or 14124246. OLE color: 14124246.
HSL color Cylindrical-coordinate representation of color #D684D7: hue angle of 299.28º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D684D7 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 215 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.16 |
| HSL | 299.28º | 0.51% | 0.68% | - |
| HSV(B) | 299.28º | 0.39% | 0.84% | - |
| XYZ | 48.25 | 35.7 | 68.64 | - |
| YUV | 165.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 215 | 0.00 | 0.39 | 0 | 0.16 | 299.28 | 0.51 | 0.68 |
| Hex | D6 | 84 | D7 | 0 | 27 | 0 | 10 | 12B | 33 | 44 |
| Octal | 326 | 204 | 327 | 0 | 47 | 0 | 20 | 453 | 63 | 104 |
| Binary | 11010110 | 10000100 | 11010111 | 0 | 100111 | 0 | 10000 | 100101011 | 110011 | 1000100 |
Color Harmonies of #D684D7
Complementary color
Monochromatic Colors of #D684D7
Black with #D684D7
Text Example
Text Example
White with #D684D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684D7; }
p { color: rgb(214,132,215); }
H1.HeaderClassName
{
color: #D684D7;
}
.AnyTagClassName
{
color: #D684D7;
}
</style>
background-color css
<style>
a { background-color: #D684D7; }
a { background-color: rgb(214,132,215); }
div.DivClassName
{
background-color: #D684D7;
}
.BgClassName
{
background-color: #D684D7;
}
</style>
border-color css
<style>
span { border-color: #D684D7; }
span { border-color: rgb(214,132,215); }
td.TdClassName
{
border-color: #D684D7;
}
.TagClassName
{
border-color: #D684D7;
}
</style>