Shades of Orchid #E679DB
Tints of Orchid #E679DB
RGB
CMYK
RGB Variations
Color information
#E679DB (or 0xE679DB) is known color: Orchid. HEX triplet: E6, 79 and DB. RGB value is (230,121,219). Sum of RGB (Red+Green+Blue) = 230+121+219=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E679DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E679DB is #198624. Grayscale: #A4A4A4. Windows color (decimal): -1672741 or 14383590. OLE color: 14383590.
HSL color Cylindrical-coordinate representation of color #E679DB: hue angle of 306.06º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679DB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 121 | 219 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.10 |
| HSL | 306.06º | 0.69% | 0.69% | - |
| HSV(B) | 306.06º | 0.47% | 0.9% | - |
| XYZ | 52.26 | 35.61 | 71.14 | - |
| YUV | 164.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 219 | 0 | 0.47 | 0.05 | 0.10 | 306.06 | 0.69 | 0.69 |
| Hex | E6 | 79 | DB | 0 | 2F | 5 | A | 132 | 45 | 45 |
| Octal | 346 | 171 | 333 | 0 | 57 | 5 | 12 | 462 | 105 | 105 |
| Binary | 11100110 | 1111001 | 11011011 | 0 | 101111 | 101 | 1010 | 100110010 | 1000101 | 1000101 |
Color Harmonies of #E679DB
Complementary color
Monochromatic Colors of #E679DB
Black with #E679DB
Text Example
Text Example
White with #E679DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E679DB; }
p { color: rgb(230,121,219); }
H1.HeaderClassName
{
color: #E679DB;
}
.AnyTagClassName
{
color: #E679DB;
}
</style>
background-color css
<style>
a { background-color: #E679DB; }
a { background-color: rgb(230,121,219); }
div.DivClassName
{
background-color: #E679DB;
}
.BgClassName
{
background-color: #E679DB;
}
</style>
border-color css
<style>
span { border-color: #E679DB; }
span { border-color: rgb(230,121,219); }
td.TdClassName
{
border-color: #E679DB;
}
.TagClassName
{
border-color: #E679DB;
}
</style>