#e283d0

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

Shades of Orchid #E283D0

Tints of Orchid #E283D0

Color information

#E283D0 (or 0xE283D0) is unknown color: approx Orchid. HEX triplet: E2, 83 and D0. RGB value is (226,131,208). Sum of RGB (Red+Green+Blue) = 226+131+208=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E283D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283D0 is #1D7C2F. Grayscale: #A7A7A7. Windows color (decimal): -1932336 or 13665250. OLE color: 13665250.

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

Color convert

RGB226131208-
CMYK00.420.080.11
HSL311.37º62.09%70%-
HSV(B)311.37º42.04%88.63%-
XYZ50.8736.9664.13-
YUV168.18150.47169.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=40%
G=23.19%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613120800.420.080.11311.3762.0970
HexE283D002A8B1373e46
Octal342203320052101346776106
Binary1110001010000011110100000101010100010111001101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e283d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e283d0; }

 p { color: rgb(226,131,208); }

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

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

 a { background-color: rgb(226,131,208); }

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

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

 span { border-color: rgb(226,131,208); }

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