Html Css Color HEX #E775DB Orchid

📋 copy color: '#E775DB'

red 231 ◦ green 117 ◦ blue 219

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

Shades of Orchid #E775DB

Tints of Orchid #E775DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 40.74%
G = 20.63%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E775DB (or 0xE775DB) is known color: Orchid. HEX triplet: E7, 75 and DB. RGB value is (231,117,219). Sum of RGB (Red+Green+Blue) = 231+117+219=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E775DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775DB is #188A24. Grayscale: #A2A2A2. Windows color (decimal): -1608229 or 14382567. OLE color: 14382567.

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

Color convert

RGB 231 117 219 -
CMYK 0 0.49 0.05 0.09
HSL 306.32º 0.7% 0.68% -
HSV(B) 306.32º 0.49% 0.91% -
XYZ 52.1 34.83 70.99 -
YUV 162.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 231 117 219 0 0.49 0.05 0.09 306.32 0.7 0.68
Hex E7 75 DB 0 31 5 9 132 46 44
Octal 347 165 333 0 61 5 11 462 106 104
Binary 11100111 1110101 11011011 0 110001 101 1001 100110010 1000110 1000100

Color Harmonies of #E775DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775DB

Black with #E775DB

Text Example


Text Example

White with #E775DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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