#E680D3

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

Shades of Orchid #E680D3

Tints of Orchid #E680D3

Color information

#E680D3 (or 0xE680D3) is unknown color: approx Orchid. HEX triplet: E6, 80 and D3. RGB value is (230,128,211). Sum of RGB (Red+Green+Blue) = 230+128+211=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E680D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680D3 is #197F2C. Grayscale: #A7A7A7. Windows color (decimal): -1670957 or 13861094. OLE color: 13861094.

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

Color convert

RGB230128211-
CMYK00.440.080.10
HSL311.18º67.11%70.2%-
HSV(B)311.18º44.35%90.2%-
XYZ52.1136.9666.02-
YUV167.96152.29172.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 128 (50.39% from 255) = 22.50%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=40.42%
G=22.50%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012821100.440.080.10311.1867.1170.2
HexE680D302C8A1374346
Octal3462003230541012467103106
Binary11100110100000001101001101011001000101010011011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680D3; }

 p { color: rgb(230,128,211); }

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

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

 a { background-color: rgb(230,128,211); }

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

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

 span { border-color: rgb(230,128,211); }

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