#e77ad7

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

Shades of Orchid #E77AD7

Tints of Orchid #E77AD7

Color information

#E77AD7 (or 0xE77AD7) is unknown color: approx Orchid. HEX triplet: E7, 7A and D7. RGB value is (231,122,215). Sum of RGB (Red+Green+Blue) = 231+122+215=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AD7 is #188528. Grayscale: #A4A4A4. Windows color (decimal): -1606953 or 14121703. OLE color: 14121703.

HSL color Cylindrical-coordinate representation of color #E77AD7: hue angle of 308.81º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AD7 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB231122215-
CMYK00.470.070.09
HSL308.81º69.43%69.22%-
HSV(B)308.81º47.19%90.59%-
XYZ52.1835.8168.45-
YUV165.19156.11174.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=40.67%
G=21.48%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112221500.470.070.09308.8169.4369.22
HexE77AD702F791354545
Octal347172327057711465105105
Binary111001111111010110101110101111111100110011010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e77ad7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e77ad7; }

 p { color: rgb(231,122,215); }

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

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

 a { background-color: rgb(231,122,215); }

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

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

 span { border-color: rgb(231,122,215); }

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