Shades of Orchid #E674DF
Tints of Orchid #E674DF
RGB
CMYK
RGB Variations
Color information
#E674DF (or 0xE674DF) is known color: Orchid. HEX triplet: E6, 74 and DF. RGB value is (230,116,223). Sum of RGB (Red+Green+Blue) = 230+116+223=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E674DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674DF is #198B20. Grayscale: #A1A1A1. Windows color (decimal): -1674017 or 14644454. OLE color: 14644454.
HSL color Cylindrical-coordinate representation of color #E674DF: hue angle of 303.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674DF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 223 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.10 |
| HSL | 303.68º | 0.7% | 0.68% | - |
| HSV(B) | 303.68º | 0.5% | 0.9% | - |
| XYZ | 52.2 | 34.64 | 73.75 | - |
| YUV | 162.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 223 | 0 | 0.50 | 0.03 | 0.10 | 303.68 | 0.7 | 0.68 |
| Hex | E6 | 74 | DF | 0 | 32 | 3 | A | 130 | 46 | 44 |
| Octal | 346 | 164 | 337 | 0 | 62 | 3 | 12 | 460 | 106 | 104 |
| Binary | 11100110 | 1110100 | 11011111 | 0 | 110010 | 11 | 1010 | 100110000 | 1000110 | 1000100 |
Color Harmonies of #E674DF
Complementary color
Monochromatic Colors of #E674DF
Black with #E674DF
Text Example
Text Example
White with #E674DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674DF; }
p { color: rgb(230,116,223); }
H1.HeaderClassName
{
color: #E674DF;
}
.AnyTagClassName
{
color: #E674DF;
}
</style>
background-color css
<style>
a { background-color: #E674DF; }
a { background-color: rgb(230,116,223); }
div.DivClassName
{
background-color: #E674DF;
}
.BgClassName
{
background-color: #E674DF;
}
</style>
border-color css
<style>
span { border-color: #E674DF; }
span { border-color: rgb(230,116,223); }
td.TdClassName
{
border-color: #E674DF;
}
.TagClassName
{
border-color: #E674DF;
}
</style>