Html Css Color HEX #E77FDA Orchid

📋 copy color: '#E77FDA'

red 231 ◦ green 127 ◦ blue 218

#E77FDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E77FDA

Tints of Orchid #E77FDA

RGB

 RED value IS 231 (90.63% from 255) = 40.1%

 GREEN value IS 127 (50% from 255) = 22.05%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 40.1%
G = 22.05%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E77FDA (or 0xE77FDA) is known color: Orchid. HEX triplet: E7, 7F and DA. RGB value is (231,127,218). Sum of RGB (Red+Green+Blue) = 231+127+218=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FDA is #188025. Grayscale: #A8A8A8. Windows color (decimal): -1605670 or 14319591. OLE color: 14319591.

HSL color Cylindrical-coordinate representation of color #E77FDA: hue angle of 307.5º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FDA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 218 -
CMYK 0 0.45 0.06 0.09
HSL 307.5º 0.68% 0.7% -
HSV(B) 307.5º 0.45% 0.91% -
XYZ 53.2 37.23 70.71 -
YUV 168.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 231 127 218 0 0.45 0.06 0.09 307.5 0.68 0.7
Hex E7 7F DA 0 2D 6 9 134 44 46
Octal 347 177 332 0 55 6 11 464 104 106
Binary 11100111 1111111 11011010 0 101101 110 1001 100110100 1000100 1000110

Color Harmonies of #E77FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FDA

Black with #E77FDA

Text Example


Text Example

White with #E77FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FDA; }

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

 H1.HeaderClassName
 {
   color: #E77FDA;
 }
 .AnyTagClassName
 {
   color: #E77FDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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