Shades of Orchid #E67BDF
Tints of Orchid #E67BDF
RGB
CMYK
RGB Variations
Color information
#E67BDF (or 0xE67BDF) is known color: Orchid. HEX triplet: E6, 7B and DF. RGB value is (230,123,223). Sum of RGB (Red+Green+Blue) = 230+123+223=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BDF is #198420. Grayscale: #A6A6A6. Windows color (decimal): -1672225 or 14646246. OLE color: 14646246.
HSL color Cylindrical-coordinate representation of color #E67BDF: hue angle of 303.93º 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 #E67BDF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 223 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 303.93º | 0.68% | 0.69% | - |
| HSV(B) | 303.93º | 0.47% | 0.9% | - |
| XYZ | 53.04 | 36.32 | 74.03 | - |
| YUV | 166.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 223 | 0 | 0.47 | 0.03 | 0.10 | 303.93 | 0.68 | 0.69 |
| Hex | E6 | 7B | DF | 0 | 2F | 3 | A | 130 | 44 | 45 |
| Octal | 346 | 173 | 337 | 0 | 57 | 3 | 12 | 460 | 104 | 105 |
| Binary | 11100110 | 1111011 | 11011111 | 0 | 101111 | 11 | 1010 | 100110000 | 1000100 | 1000101 |
Color Harmonies of #E67BDF
Complementary color
Monochromatic Colors of #E67BDF
Black with #E67BDF
Text Example
Text Example
White with #E67BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67BDF; }
p { color: rgb(230,123,223); }
H1.HeaderClassName
{
color: #E67BDF;
}
.AnyTagClassName
{
color: #E67BDF;
}
</style>
background-color css
<style>
a { background-color: #E67BDF; }
a { background-color: rgb(230,123,223); }
div.DivClassName
{
background-color: #E67BDF;
}
.BgClassName
{
background-color: #E67BDF;
}
</style>
border-color css
<style>
span { border-color: #E67BDF; }
span { border-color: rgb(230,123,223); }
td.TdClassName
{
border-color: #E67BDF;
}
.TagClassName
{
border-color: #E67BDF;
}
</style>