#E681D3

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

Shades of Orchid #E681D3

Tints of Orchid #E681D3

Color information

#E681D3 (or 0xE681D3) is unknown color: approx Orchid. HEX triplet: E6, 81 and D3. RGB value is (230,129,211). Sum of RGB (Red+Green+Blue) = 230+129+211=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E681D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681D3 is #197E2C. Grayscale: #A8A8A8. Windows color (decimal): -1670701 or 13861350. OLE color: 13861350.

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

Color convert

RGB230129211-
CMYK00.440.080.10
HSL311.29º66.89%70.39%-
HSV(B)311.29º43.91%90.2%-
XYZ52.2437.2366.06-
YUV168.55151.96171.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=40.35%
G=22.63%
B=37.02%

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
Decimal23012921100.440.080.10311.2966.8970.39
HexE681D302C8A1374346
Octal3462013230541012467103106
Binary11100110100000011101001101011001000101010011011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E681D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E681D3; }

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

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

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

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

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

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

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

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