#E275DA

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

Shades of Orchid #E275DA

Tints of Orchid #E275DA

Color information

#E275DA (or 0xE275DA) is unknown color: approx Orchid. HEX triplet: E2, 75 and DA. RGB value is (226,117,218). Sum of RGB (Red+Green+Blue) = 226+117+218=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E275DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275DA is #1D8A25. Grayscale: #A0A0A0. Windows color (decimal): -1935910 or 14317026. OLE color: 14317026.

HSL color Cylindrical-coordinate representation of color #E275DA: hue angle of 304.4º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275DA is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226117218-
CMYK00.480.040.11
HSL304.4º65.27%67.25%-
HSV(B)304.4º48.23%88.63%-
XYZ50.3833.9570.23-
YUV161.1160.11174.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 117 (46.09% from 255) = 20.86%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=40.29%
G=20.86%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611721800.480.040.11304.465.2767.25
HexE275DA0304B1304143
Octal342165332060413460101103
Binary111000101110101110110100110000100101110011000010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275DA; }

 p { color: rgb(226,117,218); }

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

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

 a { background-color: rgb(226,117,218); }

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

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

 span { border-color: rgb(226,117,218); }

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