Shades of Orchid #D684C3
Tints of Orchid #D684C3
RGB
CMYK
RGB Variations
Color information
#D684C3 (or 0xD684C3) is known color: Orchid. HEX triplet: D6, 84 and C3. RGB value is (214,132,195). Sum of RGB (Red+Green+Blue) = 214+132+195=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D684C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684C3 is #297B3C. Grayscale: #A3A3A3. Windows color (decimal): -2718525 or 12813526. OLE color: 12813526.
HSL color Cylindrical-coordinate representation of color #D684C3: hue angle of 313.9º 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 #D684C3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 195 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.16 |
| HSL | 313.9º | 0.5% | 0.68% | - |
| HSV(B) | 313.9º | 0.38% | 0.84% | - |
| XYZ | 45.83 | 34.74 | 55.92 | - |
| YUV | 163.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 195 | 0 | 0.38 | 0.09 | 0.16 | 313.9 | 0.5 | 0.68 |
| Hex | D6 | 84 | C3 | 0 | 26 | 9 | 10 | 13A | 32 | 44 |
| Octal | 326 | 204 | 303 | 0 | 46 | 11 | 20 | 472 | 62 | 104 |
| Binary | 11010110 | 10000100 | 11000011 | 0 | 100110 | 1001 | 10000 | 100111010 | 110010 | 1000100 |
Color Harmonies of #D684C3
Complementary color
Monochromatic Colors of #D684C3
Black with #D684C3
Text Example
Text Example
White with #D684C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684C3; }
p { color: rgb(214,132,195); }
H1.HeaderClassName
{
color: #D684C3;
}
.AnyTagClassName
{
color: #D684C3;
}
</style>
background-color css
<style>
a { background-color: #D684C3; }
a { background-color: rgb(214,132,195); }
div.DivClassName
{
background-color: #D684C3;
}
.BgClassName
{
background-color: #D684C3;
}
</style>
border-color css
<style>
span { border-color: #D684C3; }
span { border-color: rgb(214,132,195); }
td.TdClassName
{
border-color: #D684C3;
}
.TagClassName
{
border-color: #D684C3;
}
</style>