#E76FDD

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

Shades of Orchid #E76FDD

Tints of Orchid #E76FDD

Color information

#E76FDD (or 0xE76FDD) is unknown color: approx Orchid. HEX triplet: E7, 6F and DD. RGB value is (231,111,221). Sum of RGB (Red+Green+Blue) = 231+111+221=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FDD is #189022. Grayscale: #9F9F9F. Windows color (decimal): -1609763 or 14512103. OLE color: 14512103.

HSL color Cylindrical-coordinate representation of color #E76FDD: hue angle of 305º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76FDD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231111221-
CMYK00.520.040.09
HSL305º71.43%67.06%-
HSV(B)305º51.95%90.59%-
XYZ51.6933.5872.16-
YUV159.42162.76179.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 111 (43.75% from 255) = 19.72%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=41.03%
G=19.72%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111122100.520.040.0930571.4367.06
HexE76FDD034491314743
Octal347157335064411461107103
Binary111001111101111110111010110100100100110011000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FDD; }

 p { color: rgb(231,111,221); }

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

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

 a { background-color: rgb(231,111,221); }

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

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

 span { border-color: rgb(231,111,221); }

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