#E682D5

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

Shades of Orchid #E682D5

Tints of Orchid #E682D5

Color information

#E682D5 (or 0xE682D5) is unknown color: approx Orchid. HEX triplet: E6, 82 and D5. RGB value is (230,130,213). Sum of RGB (Red+Green+Blue) = 230+130+213=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E682D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682D5 is #197D2A. Grayscale: #A9A9A9. Windows color (decimal): -1670443 or 13992678. OLE color: 13992678.

HSL color Cylindrical-coordinate representation of color #E682D5: hue angle of 310.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682D5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230130213-
CMYK00.430.070.10
HSL310.2º66.67%70.59%-
HSV(B)310.2º43.48%90.2%-
XYZ52.6337.5967.43-
YUV169.36152.63171.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 130 (51.17% from 255) = 22.69%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=40.14%
G=22.69%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013021300.430.070.10310.266.6770.59
HexE682D502B7A1364347
Octal346202325053712466103107
Binary1110011010000010110101010101011111101010011011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682D5; }

 p { color: rgb(230,130,213); }

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

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

 a { background-color: rgb(230,130,213); }

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

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

 span { border-color: rgb(230,130,213); }

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