Html Css Color HEX #E777DA Orchid

📋 copy color: '#E777DA'

red 231 ◦ green 119 ◦ blue 218

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

Shades of Orchid #E777DA

Tints of Orchid #E777DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.95%

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

R = 40.67%
G = 20.95%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E777DA (or 0xE777DA) is known color: Orchid. HEX triplet: E7, 77 and DA. RGB value is (231,119,218). Sum of RGB (Red+Green+Blue) = 231+119+218=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E777DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777DA is #188825. Grayscale: #A3A3A3. Windows color (decimal): -1607718 or 14317543. OLE color: 14317543.

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

Color convert

RGB 231 119 218 -
CMYK 0 0.48 0.06 0.09
HSL 306.96º 0.7% 0.69% -
HSV(B) 306.96º 0.48% 0.91% -
XYZ 52.21 35.24 70.38 -
YUV 163.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 231 119 218 0 0.48 0.06 0.09 306.96 0.7 0.69
Hex E7 77 DA 0 30 6 9 133 46 45
Octal 347 167 332 0 60 6 11 463 106 105
Binary 11100111 1110111 11011010 0 110000 110 1001 100110011 1000110 1000101

Color Harmonies of #E777DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777DA

Black with #E777DA

Text Example


Text Example

White with #E777DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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