Shades of Orchid #E677DF
Tints of Orchid #E677DF
RGB
CMYK
RGB Variations
Color information
#E677DF (or 0xE677DF) is known color: Orchid. HEX triplet: E6, 77 and DF. RGB value is (230,119,223). Sum of RGB (Red+Green+Blue) = 230+119+223=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E677DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677DF is #198820. Grayscale: #A3A3A3. Windows color (decimal): -1673249 or 14645222. OLE color: 14645222.
HSL color Cylindrical-coordinate representation of color #E677DF: hue angle of 303.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677DF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 223 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.10 |
| HSL | 303.78º | 0.69% | 0.68% | - |
| HSV(B) | 303.78º | 0.48% | 0.9% | - |
| XYZ | 52.55 | 35.34 | 73.86 | - |
| YUV | 164.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 223 | 0 | 0.48 | 0.03 | 0.10 | 303.78 | 0.69 | 0.68 |
| Hex | E6 | 77 | DF | 0 | 30 | 3 | A | 130 | 45 | 44 |
| Octal | 346 | 167 | 337 | 0 | 60 | 3 | 12 | 460 | 105 | 104 |
| Binary | 11100110 | 1110111 | 11011111 | 0 | 110000 | 11 | 1010 | 100110000 | 1000101 | 1000100 |
Color Harmonies of #E677DF
Complementary color
Monochromatic Colors of #E677DF
Black with #E677DF
Text Example
Text Example
White with #E677DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E677DF; }
p { color: rgb(230,119,223); }
H1.HeaderClassName
{
color: #E677DF;
}
.AnyTagClassName
{
color: #E677DF;
}
</style>
background-color css
<style>
a { background-color: #E677DF; }
a { background-color: rgb(230,119,223); }
div.DivClassName
{
background-color: #E677DF;
}
.BgClassName
{
background-color: #E677DF;
}
</style>
border-color css
<style>
span { border-color: #E677DF; }
span { border-color: rgb(230,119,223); }
td.TdClassName
{
border-color: #E677DF;
}
.TagClassName
{
border-color: #E677DF;
}
</style>