#E76CDB

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

Shades of Orchid #E76CDB

Tints of Orchid #E76CDB

Color information

#E76CDB (or 0xE76CDB) is unknown color: approx Orchid. HEX triplet: E7, 6C and DB. RGB value is (231,108,219). Sum of RGB (Red+Green+Blue) = 231+108+219=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CDB is #189324. Grayscale: #9D9D9D. Windows color (decimal): -1610533 or 14380263. OLE color: 14380263.

HSL color Cylindrical-coordinate representation of color #E76CDB: hue angle of 305.85º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CDB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231108219-
CMYK00.530.050.09
HSL305.85º71.93%66.47%-
HSV(B)305.85º53.25%90.59%-
XYZ51.132.8370.66-
YUV157.43162.75180.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 108 (42.58% from 255) = 19.35%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=41.40%
G=19.35%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110821900.530.050.09305.8571.9366.47
HexE76CDB035591324842
Octal347154333065511462110102
Binary111001111101100110110110110101101100110011001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CDB; }

 p { color: rgb(231,108,219); }

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

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

 a { background-color: rgb(231,108,219); }

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

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

 span { border-color: rgb(231,108,219); }

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