#E483D2

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

Shades of Orchid #E483D2

Tints of Orchid #E483D2

Color information

#E483D2 (or 0xE483D2) is unknown color: approx Orchid. HEX triplet: E4, 83 and D2. RGB value is (228,131,210). Sum of RGB (Red+Green+Blue) = 228+131+210=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E483D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E483D2 is #1B7C2D. Grayscale: #A8A8A8. Windows color (decimal): -1801262 or 13796324. OLE color: 13796324.

HSL color Cylindrical-coordinate representation of color #E483D2: hue angle of 311.13º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E483D2 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB228131210-
CMYK00.430.080.11
HSL311.13º64.24%70.39%-
HSV(B)311.13º42.54%89.41%-
XYZ51.7437.3865.46-
YUV169.01151.14170.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.07%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=40.07%
G=23.02%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813121000.430.080.11311.1364.2470.39
HexE483D202B8B1374046
Octal3442033220531013467100106
Binary11100100100000111101001001010111000101110011011110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E483D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E483D2; }

 p { color: rgb(228,131,210); }

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

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

 a { background-color: rgb(228,131,210); }

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

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

 span { border-color: rgb(228,131,210); }

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