Html Css Color HEX #E774DF Orchid

📋 copy color: '#E774DF'

red 231 ◦ green 116 ◦ blue 223

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

Shades of Orchid #E774DF

Tints of Orchid #E774DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 40.53%
G = 20.35%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E774DF (or 0xE774DF) is known color: Orchid. HEX triplet: E7, 74 and DF. RGB value is (231,116,223). Sum of RGB (Red+Green+Blue) = 231+116+223=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DF is #188B20. Grayscale: #A2A2A2. Windows color (decimal): -1608481 or 14644455. OLE color: 14644455.

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

Color convert

RGB 231 116 223 -
CMYK 0 0.50 0.03 0.09
HSL 304.17º 0.71% 0.68% -
HSV(B) 304.17º 0.5% 0.91% -
XYZ 52.52 34.81 73.76 -
YUV 162.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 231 116 223 0 0.50 0.03 0.09 304.17 0.71 0.68
Hex E7 74 DF 0 32 3 9 130 47 44
Octal 347 164 337 0 62 3 11 460 107 104
Binary 11100111 1110100 11011111 0 110010 11 1001 100110000 1000111 1000100

Color Harmonies of #E774DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774DF

Black with #E774DF

Text Example


Text Example

White with #E774DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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