Shades of Orchid #E674DB
Tints of Orchid #E674DB
RGB
CMYK
RGB Variations
Color information
#E674DB (or 0xE674DB) is known color: Orchid. HEX triplet: E6, 74 and DB. RGB value is (230,116,219). Sum of RGB (Red+Green+Blue) = 230+116+219=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E674DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674DB is #198B24. Grayscale: #A1A1A1. Windows color (decimal): -1674021 or 14382310. OLE color: 14382310.
HSL color Cylindrical-coordinate representation of color #E674DB: hue angle of 305.79º 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 #E674DB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 219 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.10 |
| HSL | 305.79º | 0.7% | 0.68% | - |
| HSV(B) | 305.79º | 0.5% | 0.9% | - |
| XYZ | 51.66 | 34.43 | 70.94 | - |
| YUV | 161.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 219 | 0 | 0.50 | 0.05 | 0.10 | 305.79 | 0.7 | 0.68 |
| Hex | E6 | 74 | DB | 0 | 32 | 5 | A | 132 | 46 | 44 |
| Octal | 346 | 164 | 333 | 0 | 62 | 5 | 12 | 462 | 106 | 104 |
| Binary | 11100110 | 1110100 | 11011011 | 0 | 110010 | 101 | 1010 | 100110010 | 1000110 | 1000100 |
Color Harmonies of #E674DB
Complementary color
Monochromatic Colors of #E674DB
Black with #E674DB
Text Example
Text Example
White with #E674DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E674DB; }
p { color: rgb(230,116,219); }
H1.HeaderClassName
{
color: #E674DB;
}
.AnyTagClassName
{
color: #E674DB;
}
</style>
background-color css
<style>
a { background-color: #E674DB; }
a { background-color: rgb(230,116,219); }
div.DivClassName
{
background-color: #E674DB;
}
.BgClassName
{
background-color: #E674DB;
}
</style>
border-color css
<style>
span { border-color: #E674DB; }
span { border-color: rgb(230,116,219); }
td.TdClassName
{
border-color: #E674DB;
}
.TagClassName
{
border-color: #E674DB;
}
</style>