Shades of Orchid #D684CF
Tints of Orchid #D684CF
RGB
CMYK
RGB Variations
Color information
#D684CF (or 0xD684CF) is known color: Orchid. HEX triplet: D6, 84 and CF. RGB value is (214,132,207). Sum of RGB (Red+Green+Blue) = 214+132+207=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D684CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684CF is #297B30. Grayscale: #A4A4A4. Windows color (decimal): -2718513 or 13599958. OLE color: 13599958.
HSL color Cylindrical-coordinate representation of color #D684CF: hue angle of 305.12º 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 #D684CF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 207 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.16 |
| HSL | 305.12º | 0.5% | 0.68% | - |
| HSV(B) | 305.12º | 0.38% | 0.84% | - |
| XYZ | 47.25 | 35.3 | 63.36 | - |
| YUV | 165.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 207 | 0 | 0.38 | 0.03 | 0.16 | 305.12 | 0.5 | 0.68 |
| Hex | D6 | 84 | CF | 0 | 26 | 3 | 10 | 131 | 32 | 44 |
| Octal | 326 | 204 | 317 | 0 | 46 | 3 | 20 | 461 | 62 | 104 |
| Binary | 11010110 | 10000100 | 11001111 | 0 | 100110 | 11 | 10000 | 100110001 | 110010 | 1000100 |
Color Harmonies of #D684CF
Complementary color
Monochromatic Colors of #D684CF
Black with #D684CF
Text Example
Text Example
White with #D684CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684CF; }
p { color: rgb(214,132,207); }
H1.HeaderClassName
{
color: #D684CF;
}
.AnyTagClassName
{
color: #D684CF;
}
</style>
background-color css
<style>
a { background-color: #D684CF; }
a { background-color: rgb(214,132,207); }
div.DivClassName
{
background-color: #D684CF;
}
.BgClassName
{
background-color: #D684CF;
}
</style>
border-color css
<style>
span { border-color: #D684CF; }
span { border-color: rgb(214,132,207); }
td.TdClassName
{
border-color: #D684CF;
}
.TagClassName
{
border-color: #D684CF;
}
</style>