#EB6DDE

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

Shades of Orchid #EB6DDE

Tints of Orchid #EB6DDE

Color information

#EB6DDE (or 0xEB6DDE) is unknown color: approx Orchid. HEX triplet: EB, 6D and DE. RGB value is (235,109,222). Sum of RGB (Red+Green+Blue) = 235+109+222=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DDE is #149221. Grayscale: #9F9F9F. Windows color (decimal): -1348130 or 14577131. OLE color: 14577131.

HSL color Cylindrical-coordinate representation of color #EB6DDE: hue angle of 306.19º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6DDE is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235109222-
CMYK00.540.060.08
HSL306.19º75.9%67.45%-
HSV(B)306.19º53.62%92.16%-
XYZ52.9133.8772.86-
YUV159.56163.24181.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 109 (42.97% from 255) = 19.26%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=41.52%
G=19.26%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510922200.540.060.08306.1975.967.45
HexEB6DDE036681324c43
Octal353155336066610462114103
Binary111010111101101110111100110110110100010011001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6DDE; }

 p { color: rgb(235,109,222); }

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

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

 a { background-color: rgb(235,109,222); }

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

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

 span { border-color: rgb(235,109,222); }

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