#EB6DDB

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

Shades of Orchid #EB6DDB

Tints of Orchid #EB6DDB

Color information

#EB6DDB (or 0xEB6DDB) is unknown color: approx Orchid. HEX triplet: EB, 6D and DB. RGB value is (235,109,219). Sum of RGB (Red+Green+Blue) = 235+109+219=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6DDB is #149224. Grayscale: #9E9E9E. Windows color (decimal): -1348133 or 14380523. OLE color: 14380523.

HSL color Cylindrical-coordinate representation of color #EB6DDB: hue angle of 307.62º 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 #EB6DDB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235109219-
CMYK00.540.070.08
HSL307.62º75.9%67.45%-
HSV(B)307.62º53.62%92.16%-
XYZ52.5233.7170.76-
YUV159.21161.74182.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 109 (42.97% from 255) = 19.36%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=41.74%
G=19.36%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510921900.540.070.08307.6275.967.45
HexEB6DDB036781344c43
Octal353155333066710464114103
Binary111010111101101110110110110110111100010011010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6DDB; }

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

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

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

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

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

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

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

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