Shades of Orchid #E677DB
Tints of Orchid #E677DB
RGB
CMYK
RGB Variations
Color information
#E677DB (or 0xE677DB) is known color: Orchid. HEX triplet: E6, 77 and DB. RGB value is (230,119,219). Sum of RGB (Red+Green+Blue) = 230+119+219=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E677DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677DB is #198824. Grayscale: #A3A3A3. Windows color (decimal): -1673253 or 14383078. OLE color: 14383078.
HSL color Cylindrical-coordinate representation of color #E677DB: hue angle of 305.95º 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 #E677DB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 219 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.10 |
| HSL | 305.95º | 0.69% | 0.68% | - |
| HSV(B) | 305.95º | 0.48% | 0.9% | - |
| XYZ | 52.02 | 35.13 | 71.06 | - |
| YUV | 163.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 219 | 0 | 0.48 | 0.05 | 0.10 | 305.95 | 0.69 | 0.68 |
| Hex | E6 | 77 | DB | 0 | 30 | 5 | A | 132 | 45 | 44 |
| Octal | 346 | 167 | 333 | 0 | 60 | 5 | 12 | 462 | 105 | 104 |
| Binary | 11100110 | 1110111 | 11011011 | 0 | 110000 | 101 | 1010 | 100110010 | 1000101 | 1000100 |
Color Harmonies of #E677DB
Complementary color
Monochromatic Colors of #E677DB
Black with #E677DB
Text Example
Text Example
White with #E677DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E677DB; }
p { color: rgb(230,119,219); }
H1.HeaderClassName
{
color: #E677DB;
}
.AnyTagClassName
{
color: #E677DB;
}
</style>
background-color css
<style>
a { background-color: #E677DB; }
a { background-color: rgb(230,119,219); }
div.DivClassName
{
background-color: #E677DB;
}
.BgClassName
{
background-color: #E677DB;
}
</style>
border-color css
<style>
span { border-color: #E677DB; }
span { border-color: rgb(230,119,219); }
td.TdClassName
{
border-color: #E677DB;
}
.TagClassName
{
border-color: #E677DB;
}
</style>