Shades of Orchid #E680D3
Tints of Orchid #E680D3
RGB
CMYK
RGB Variations
Color information
#E680D3 (or 0xE680D3) is known color: Orchid. HEX triplet: E6, 80 and D3. RGB value is (230,128,211). Sum of RGB (Red+Green+Blue) = 230+128+211=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E680D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680D3 is #197F2C. Grayscale: #A7A7A7. Windows color (decimal): -1670957 or 13861094. OLE color: 13861094.
HSL color Cylindrical-coordinate representation of color #E680D3: hue angle of 311.18º 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 #E680D3 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 211 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.10 |
| HSL | 311.18º | 0.67% | 0.7% | - |
| HSV(B) | 311.18º | 0.44% | 0.9% | - |
| XYZ | 52.11 | 36.96 | 66.02 | - |
| YUV | 167.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 211 | 0 | 0.44 | 0.08 | 0.10 | 311.18 | 0.67 | 0.7 |
| Hex | E6 | 80 | D3 | 0 | 2C | 8 | A | 137 | 43 | 46 |
| Octal | 346 | 200 | 323 | 0 | 54 | 10 | 12 | 467 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11010011 | 0 | 101100 | 1000 | 1010 | 100110111 | 1000011 | 1000110 |
Color Harmonies of #E680D3
Complementary color
Monochromatic Colors of #E680D3
Black with #E680D3
Text Example
Text Example
White with #E680D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680D3; }
p { color: rgb(230,128,211); }
H1.HeaderClassName
{
color: #E680D3;
}
.AnyTagClassName
{
color: #E680D3;
}
</style>
background-color css
<style>
a { background-color: #E680D3; }
a { background-color: rgb(230,128,211); }
div.DivClassName
{
background-color: #E680D3;
}
.BgClassName
{
background-color: #E680D3;
}
</style>
border-color css
<style>
span { border-color: #E680D3; }
span { border-color: rgb(230,128,211); }
td.TdClassName
{
border-color: #E680D3;
}
.TagClassName
{
border-color: #E680D3;
}
</style>