Html Css Color HEX #E774DC Orchid

📋 copy color: '#E774DC'

red 231 ◦ green 116 ◦ blue 220

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

Shades of Orchid #E774DC

Tints of Orchid #E774DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.46%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 40.74%
G = 20.46%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E774DC (or 0xE774DC) is known color: Orchid. HEX triplet: E7, 74 and DC. RGB value is (231,116,220). Sum of RGB (Red+Green+Blue) = 231+116+220=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DC is #188B23. Grayscale: #A1A1A1. Windows color (decimal): -1608484 or 14447847. OLE color: 14447847.

HSL color Cylindrical-coordinate representation of color #E774DC: hue angle of 305.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774DC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 220 -
CMYK 0 0.50 0.05 0.09
HSL 305.74º 0.71% 0.68% -
HSV(B) 305.74º 0.5% 0.91% -
XYZ 52.12 34.65 71.65 -
YUV 162.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 231 116 220 0 0.50 0.05 0.09 305.74 0.71 0.68
Hex E7 74 DC 0 32 5 9 132 47 44
Octal 347 164 334 0 62 5 11 462 107 104
Binary 11100111 1110100 11011100 0 110010 101 1001 100110010 1000111 1000100

Color Harmonies of #E774DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774DC

Black with #E774DC

Text Example


Text Example

White with #E774DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774DC; }

 p { color: rgb(231,116,220); }

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

background-color css

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

 a { background-color: rgb(231,116,220); }

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

border-color css

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

 span { border-color: rgb(231,116,220); }

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