Shades of Orchid #E670DB
Tints of Orchid #E670DB
RGB
CMYK
RGB Variations
Color information
#E670DB (or 0xE670DB) is known color: Orchid. HEX triplet: E6, 70 and DB. RGB value is (230,112,219). Sum of RGB (Red+Green+Blue) = 230+112+219=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E670DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670DB is #198F24. Grayscale: #9F9F9F. Windows color (decimal): -1675045 or 14381286. OLE color: 14381286.
HSL color Cylindrical-coordinate representation of color #E670DB: hue angle of 305.59º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670DB is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 219 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.10 |
| HSL | 305.59º | 0.7% | 0.67% | - |
| HSV(B) | 305.59º | 0.51% | 0.9% | - |
| XYZ | 51.21 | 33.53 | 70.79 | - |
| YUV | 159.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 219 | 0 | 0.51 | 0.05 | 0.10 | 305.59 | 0.7 | 0.67 |
| Hex | E6 | 70 | DB | 0 | 33 | 5 | A | 132 | 46 | 43 |
| Octal | 346 | 160 | 333 | 0 | 63 | 5 | 12 | 462 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11011011 | 0 | 110011 | 101 | 1010 | 100110010 | 1000110 | 1000011 |
Color Harmonies of #E670DB
Complementary color
Monochromatic Colors of #E670DB
Black with #E670DB
Text Example
Text Example
White with #E670DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670DB; }
p { color: rgb(230,112,219); }
H1.HeaderClassName
{
color: #E670DB;
}
.AnyTagClassName
{
color: #E670DB;
}
</style>
background-color css
<style>
a { background-color: #E670DB; }
a { background-color: rgb(230,112,219); }
div.DivClassName
{
background-color: #E670DB;
}
.BgClassName
{
background-color: #E670DB;
}
</style>
border-color css
<style>
span { border-color: #E670DB; }
span { border-color: rgb(230,112,219); }
td.TdClassName
{
border-color: #E670DB;
}
.TagClassName
{
border-color: #E670DB;
}
</style>