Shades of Orchid #E680D6
Tints of Orchid #E680D6
RGB
CMYK
RGB Variations
Color information
#E680D6 (or 0xE680D6) is known color: Orchid. HEX triplet: E6, 80 and D6. RGB value is (230,128,214). Sum of RGB (Red+Green+Blue) = 230+128+214=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E680D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680D6 is #197F29. Grayscale: #A8A8A8. Windows color (decimal): -1670954 or 14057702. OLE color: 14057702.
HSL color Cylindrical-coordinate representation of color #E680D6: hue angle of 309.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680D6 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 214 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.10 |
| HSL | 309.41º | 0.67% | 0.7% | - |
| HSV(B) | 309.41º | 0.44% | 0.9% | - |
| XYZ | 52.49 | 37.12 | 68.02 | - |
| YUV | 168.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 214 | 0 | 0.44 | 0.07 | 0.10 | 309.41 | 0.67 | 0.7 |
| Hex | E6 | 80 | D6 | 0 | 2C | 7 | A | 135 | 43 | 46 |
| Octal | 346 | 200 | 326 | 0 | 54 | 7 | 12 | 465 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11010110 | 0 | 101100 | 111 | 1010 | 100110101 | 1000011 | 1000110 |
Color Harmonies of #E680D6
Complementary color
Monochromatic Colors of #E680D6
Black with #E680D6
Text Example
Text Example
White with #E680D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680D6; }
p { color: rgb(230,128,214); }
H1.HeaderClassName
{
color: #E680D6;
}
.AnyTagClassName
{
color: #E680D6;
}
</style>
background-color css
<style>
a { background-color: #E680D6; }
a { background-color: rgb(230,128,214); }
div.DivClassName
{
background-color: #E680D6;
}
.BgClassName
{
background-color: #E680D6;
}
</style>
border-color css
<style>
span { border-color: #E680D6; }
span { border-color: rgb(230,128,214); }
td.TdClassName
{
border-color: #E680D6;
}
.TagClassName
{
border-color: #E680D6;
}
</style>