#E67ED7

Color #E67ED7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E67ED7

Tints of Orchid #E67ED7

Color information

#E67ED7 (or 0xE67ED7) is unknown color: approx Orchid. HEX triplet: E6, 7E and D7. RGB value is (230,126,215). Sum of RGB (Red+Green+Blue) = 230+126+215=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ED7 is #198128. Grayscale: #A6A6A6. Windows color (decimal): -1671465 or 14122726. OLE color: 14122726.

HSL color Cylindrical-coordinate representation of color #E67ED7: hue angle of 308.65º degrees, saturation: 0.68, 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 #E67ED7 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230126215-
CMYK00.450.070.10
HSL308.65º67.53%69.8%-
HSV(B)308.65º45.22%90.2%-
XYZ52.3636.6568.6-
YUV167.24154.96172.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=40.28%
G=22.07%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012621500.450.070.10308.6567.5369.8
HexE67ED702D7A1354446
Octal346176327055712465104106
Binary111001101111110110101110101101111101010011010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67ED7; }

 p { color: rgb(230,126,215); }

 H1.HeaderClassName
 {
   color: #E67ED7;
 }
 .AnyTagClassName
 {
   color: #E67ED7;
 }
</style>
background-color css

<style>
 a { background-color: #E67ED7; }

 a { background-color: rgb(230,126,215); }

 div.DivClassName
 {
   background-color: #E67ED7;
 }
 .BgClassName
 {
   background-color: #E67ED7;
 }
</style>
border-color css

<style>
 span { border-color: #E67ED7; }

 span { border-color: rgb(230,126,215); }

 td.TdClassName
 {
   border-color: #E67ED7;
 }
 .TagClassName
 {
   border-color: #E67ED7;
 }
</style>