Html Css Color HEX #E777DD Orchid

📋 copy color: '#E777DD'

red 231 ◦ green 119 ◦ blue 221

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

Shades of Orchid #E777DD

Tints of Orchid #E777DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 40.46%
G = 20.84%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E777DD (or 0xE777DD) is known color: Orchid. HEX triplet: E7, 77 and DD. RGB value is (231,119,221). Sum of RGB (Red+Green+Blue) = 231+119+221=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E777DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777DD is #188822. Grayscale: #A3A3A3. Windows color (decimal): -1607715 or 14514151. OLE color: 14514151.

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

Color convert

RGB 231 119 221 -
CMYK 0 0.48 0.04 0.09
HSL 305.36º 0.7% 0.69% -
HSV(B) 305.36º 0.48% 0.91% -
XYZ 52.6 35.4 72.47 -
YUV 164.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 231 119 221 0 0.48 0.04 0.09 305.36 0.7 0.69
Hex E7 77 DD 0 30 4 9 131 46 45
Octal 347 167 335 0 60 4 11 461 106 105
Binary 11100111 1110111 11011101 0 110000 100 1001 100110001 1000110 1000101

Color Harmonies of #E777DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777DD

Black with #E777DD

Text Example


Text Example

White with #E777DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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