#E682D0

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

Shades of Orchid #E682D0

Tints of Orchid #E682D0

Color information

#E682D0 (or 0xE682D0) is unknown color: approx Orchid. HEX triplet: E6, 82 and D0. RGB value is (230,130,208). Sum of RGB (Red+Green+Blue) = 230+130+208=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E682D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682D0 is #197D2F. Grayscale: #A8A8A8. Windows color (decimal): -1670448 or 13664998. OLE color: 13664998.

HSL color Cylindrical-coordinate representation of color #E682D0: hue angle of 313.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 #E682D0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230130208-
CMYK00.430.100.10
HSL313.2º66.67%70.59%-
HSV(B)313.2º43.48%90.2%-
XYZ5237.3464.14-
YUV168.79150.13171.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.49%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=40.49%
G=22.89%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013020800.430.100.10313.266.6770.59
HexE682D002BAA1394347
Octal3462023200531212471103107
Binary11100110100000101101000001010111010101010011100110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E682D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E682D0; }

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

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

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

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

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

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

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

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