Shades of Orchid #E67FDB
Tints of Orchid #E67FDB
RGB
CMYK
RGB Variations
Color information
#E67FDB (or 0xE67FDB) is known color: Orchid. HEX triplet: E6, 7F and DB. RGB value is (230,127,219). Sum of RGB (Red+Green+Blue) = 230+127+219=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FDB is #198024. Grayscale: #A8A8A8. Windows color (decimal): -1671205 or 14385126. OLE color: 14385126.
HSL color Cylindrical-coordinate representation of color #E67FDB: hue angle of 306.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FDB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 219 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.10 |
| HSL | 306.41º | 0.67% | 0.7% | - |
| HSV(B) | 306.41º | 0.45% | 0.9% | - |
| XYZ | 53.01 | 37.12 | 71.39 | - |
| YUV | 168.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 219 | 0 | 0.45 | 0.05 | 0.10 | 306.41 | 0.67 | 0.7 |
| Hex | E6 | 7F | DB | 0 | 2D | 5 | A | 132 | 43 | 46 |
| Octal | 346 | 177 | 333 | 0 | 55 | 5 | 12 | 462 | 103 | 106 |
| Binary | 11100110 | 1111111 | 11011011 | 0 | 101101 | 101 | 1010 | 100110010 | 1000011 | 1000110 |
Color Harmonies of #E67FDB
Complementary color
Monochromatic Colors of #E67FDB
Black with #E67FDB
Text Example
Text Example
White with #E67FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FDB; }
p { color: rgb(230,127,219); }
H1.HeaderClassName
{
color: #E67FDB;
}
.AnyTagClassName
{
color: #E67FDB;
}
</style>
background-color css
<style>
a { background-color: #E67FDB; }
a { background-color: rgb(230,127,219); }
div.DivClassName
{
background-color: #E67FDB;
}
.BgClassName
{
background-color: #E67FDB;
}
</style>
border-color css
<style>
span { border-color: #E67FDB; }
span { border-color: rgb(230,127,219); }
td.TdClassName
{
border-color: #E67FDB;
}
.TagClassName
{
border-color: #E67FDB;
}
</style>