Html Css Color HEX #E775DF Orchid

📋 copy color: '#E775DF'

red 231 ◦ green 117 ◦ blue 223

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

Shades of Orchid #E775DF

Tints of Orchid #E775DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.49%

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

R = 40.46%
G = 20.49%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E775DF (or 0xE775DF) is known color: Orchid. HEX triplet: E7, 75 and DF. RGB value is (231,117,223). Sum of RGB (Red+Green+Blue) = 231+117+223=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E775DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775DF is #188A20. Grayscale: #A2A2A2. Windows color (decimal): -1608225 or 14644711. OLE color: 14644711.

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

Color convert

RGB 231 117 223 -
CMYK 0 0.49 0.03 0.09
HSL 304.21º 0.7% 0.68% -
HSV(B) 304.21º 0.49% 0.91% -
XYZ 52.64 35.04 73.8 -
YUV 163.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 231 117 223 0 0.49 0.03 0.09 304.21 0.7 0.68
Hex E7 75 DF 0 31 3 9 130 46 44
Octal 347 165 337 0 61 3 11 460 106 104
Binary 11100111 1110101 11011111 0 110001 11 1001 100110000 1000110 1000100

Color Harmonies of #E775DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775DF

Black with #E775DF

Text Example


Text Example

White with #E775DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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