#E76CDA

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

Shades of Orchid #E76CDA

Tints of Orchid #E76CDA

Color information

#E76CDA (or 0xE76CDA) is unknown color: approx Orchid. HEX triplet: E7, 6C and DA. RGB value is (231,108,218). Sum of RGB (Red+Green+Blue) = 231+108+218=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CDA is #189325. Grayscale: #9C9C9C. Windows color (decimal): -1610534 or 14314727. OLE color: 14314727.

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

Color convert

RGB231108218-
CMYK00.530.060.09
HSL306.34º71.93%66.47%-
HSV(B)306.34º53.25%90.59%-
XYZ50.9732.7869.97-
YUV157.32162.25180.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 108 (42.58% from 255) = 19.39%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=41.47%
G=19.39%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110821800.530.060.09306.3471.9366.47
HexE76CDA035691324842
Octal347154332065611462110102
Binary111001111101100110110100110101110100110011001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CDA; }

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

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

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

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

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

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

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

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