Shades of Orchid #E676DF
Tints of Orchid #E676DF
RGB
CMYK
RGB Variations
Color information
#E676DF (or 0xE676DF) is known color: Orchid. HEX triplet: E6, 76 and DF. RGB value is (230,118,223). Sum of RGB (Red+Green+Blue) = 230+118+223=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E676DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676DF is #198920. Grayscale: #A3A3A3. Windows color (decimal): -1673505 or 14644966. OLE color: 14644966.
HSL color Cylindrical-coordinate representation of color #E676DF: hue angle of 303.75º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E676DF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 223 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.10 |
| HSL | 303.75º | 0.69% | 0.68% | - |
| HSV(B) | 303.75º | 0.49% | 0.9% | - |
| XYZ | 52.43 | 35.11 | 73.83 | - |
| YUV | 163.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 223 | 0 | 0.49 | 0.03 | 0.10 | 303.75 | 0.69 | 0.68 |
| Hex | E6 | 76 | DF | 0 | 31 | 3 | A | 130 | 45 | 44 |
| Octal | 346 | 166 | 337 | 0 | 61 | 3 | 12 | 460 | 105 | 104 |
| Binary | 11100110 | 1110110 | 11011111 | 0 | 110001 | 11 | 1010 | 100110000 | 1000101 | 1000100 |
Color Harmonies of #E676DF
Complementary color
Monochromatic Colors of #E676DF
Black with #E676DF
Text Example
Text Example
White with #E676DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676DF; }
p { color: rgb(230,118,223); }
H1.HeaderClassName
{
color: #E676DF;
}
.AnyTagClassName
{
color: #E676DF;
}
</style>
background-color css
<style>
a { background-color: #E676DF; }
a { background-color: rgb(230,118,223); }
div.DivClassName
{
background-color: #E676DF;
}
.BgClassName
{
background-color: #E676DF;
}
</style>
border-color css
<style>
span { border-color: #E676DF; }
span { border-color: rgb(230,118,223); }
td.TdClassName
{
border-color: #E676DF;
}
.TagClassName
{
border-color: #E676DF;
}
</style>