#EB73D7

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

Shades of Orchid #EB73D7

Tints of Orchid #EB73D7

Color information

#EB73D7 (or 0xEB73D7) is unknown color: approx Orchid. HEX triplet: EB, 73 and D7. RGB value is (235,115,215). Sum of RGB (Red+Green+Blue) = 235+115+215=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73D7 is #148C28. Grayscale: #A2A2A2. Windows color (decimal): -1346601 or 14119915. OLE color: 14119915.

HSL color Cylindrical-coordinate representation of color #EB73D7: hue angle of 310º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73D7 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235115215-
CMYK00.510.090.08
HSL310º75%68.63%-
HSV(B)310º51.06%92.16%-
XYZ52.6634.8368.24-
YUV162.28157.76179.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 115 (45.31% from 255) = 20.35%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=41.59%
G=20.35%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511521500.510.090.083107568.63
HexEB73D7033981364b45
Octal3531633270631110466113105
Binary1110101111100111101011101100111001100010011011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB73D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB73D7; }

 p { color: rgb(235,115,215); }

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

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

 a { background-color: rgb(235,115,215); }

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

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

 span { border-color: rgb(235,115,215); }

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