#E275D4

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

Shades of Orchid #E275D4

Tints of Orchid #E275D4

Color information

#E275D4 (or 0xE275D4) is unknown color: approx Orchid. HEX triplet: E2, 75 and D4. RGB value is (226,117,212). Sum of RGB (Red+Green+Blue) = 226+117+212=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E275D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275D4 is #1D8A2B. Grayscale: #A0A0A0. Windows color (decimal): -1935916 or 13923810. OLE color: 13923810.

HSL color Cylindrical-coordinate representation of color #E275D4: hue angle of 307.71º 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 #E275D4 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB226117212-
CMYK00.480.060.11
HSL307.71º65.27%67.25%-
HSV(B)307.71º48.23%88.63%-
XYZ49.6133.6466.17-
YUV160.42157.11174.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 117 (46.09% from 255) = 21.08%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=40.72%
G=21.08%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611721200.480.060.11307.7165.2767.25
HexE275D40306B1344143
Octal342165324060613464101103
Binary111000101110101110101000110000110101110011010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275D4; }

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

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

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

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

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

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

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

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