Shades of Orchid #E680CF
Tints of Orchid #E680CF
RGB
CMYK
RGB Variations
Color information
#E680CF (or 0xE680CF) is known color: Orchid. HEX triplet: E6, 80 and CF. RGB value is (230,128,207). Sum of RGB (Red+Green+Blue) = 230+128+207=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E680CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680CF is #197F30. Grayscale: #A7A7A7. Windows color (decimal): -1670961 or 13598950. OLE color: 13598950.
HSL color Cylindrical-coordinate representation of color #E680CF: hue angle of 313.53º 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 #E680CF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 207 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.10 |
| HSL | 313.53º | 0.67% | 0.7% | - |
| HSV(B) | 313.53º | 0.44% | 0.9% | - |
| XYZ | 51.61 | 36.77 | 63.41 | - |
| YUV | 167.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 207 | 0 | 0.44 | 0.10 | 0.10 | 313.53 | 0.67 | 0.7 |
| Hex | E6 | 80 | CF | 0 | 2C | A | A | 13A | 43 | 46 |
| Octal | 346 | 200 | 317 | 0 | 54 | 12 | 12 | 472 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11001111 | 0 | 101100 | 1010 | 1010 | 100111010 | 1000011 | 1000110 |
Color Harmonies of #E680CF
Complementary color
Monochromatic Colors of #E680CF
Black with #E680CF
Text Example
Text Example
White with #E680CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680CF; }
p { color: rgb(230,128,207); }
H1.HeaderClassName
{
color: #E680CF;
}
.AnyTagClassName
{
color: #E680CF;
}
</style>
background-color css
<style>
a { background-color: #E680CF; }
a { background-color: rgb(230,128,207); }
div.DivClassName
{
background-color: #E680CF;
}
.BgClassName
{
background-color: #E680CF;
}
</style>
border-color css
<style>
span { border-color: #E680CF; }
span { border-color: rgb(230,128,207); }
td.TdClassName
{
border-color: #E680CF;
}
.TagClassName
{
border-color: #E680CF;
}
</style>