Shades of Orchid #E67BDB
Tints of Orchid #E67BDB
RGB
CMYK
RGB Variations
Color information
#E67BDB (or 0xE67BDB) is known color: Orchid. HEX triplet: E6, 7B and DB. RGB value is (230,123,219). Sum of RGB (Red+Green+Blue) = 230+123+219=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BDB is #198424. Grayscale: #A5A5A5. Windows color (decimal): -1672229 or 14384102. OLE color: 14384102.
HSL color Cylindrical-coordinate representation of color #E67BDB: hue angle of 306.17º degrees, saturation: 0.68, 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 #E67BDB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 219 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.10 |
| HSL | 306.17º | 0.68% | 0.69% | - |
| HSV(B) | 306.17º | 0.47% | 0.9% | - |
| XYZ | 52.5 | 36.1 | 71.22 | - |
| YUV | 165.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 219 | 0 | 0.47 | 0.05 | 0.10 | 306.17 | 0.68 | 0.69 |
| Hex | E6 | 7B | DB | 0 | 2F | 5 | A | 132 | 44 | 45 |
| Octal | 346 | 173 | 333 | 0 | 57 | 5 | 12 | 462 | 104 | 105 |
| Binary | 11100110 | 1111011 | 11011011 | 0 | 101111 | 101 | 1010 | 100110010 | 1000100 | 1000101 |
Color Harmonies of #E67BDB
Complementary color
Monochromatic Colors of #E67BDB
Black with #E67BDB
Text Example
Text Example
White with #E67BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67BDB; }
p { color: rgb(230,123,219); }
H1.HeaderClassName
{
color: #E67BDB;
}
.AnyTagClassName
{
color: #E67BDB;
}
</style>
background-color css
<style>
a { background-color: #E67BDB; }
a { background-color: rgb(230,123,219); }
div.DivClassName
{
background-color: #E67BDB;
}
.BgClassName
{
background-color: #E67BDB;
}
</style>
border-color css
<style>
span { border-color: #E67BDB; }
span { border-color: rgb(230,123,219); }
td.TdClassName
{
border-color: #E67BDB;
}
.TagClassName
{
border-color: #E67BDB;
}
</style>