Html Css Color HEX #E57BDB Orchid

📋 copy color: '#E57BDB'

red 229 ◦ green 123 ◦ blue 219

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

Shades of Orchid #E57BDB

Tints of Orchid #E57BDB

RGB

 RED value IS 229 (89.84% from 255) = 40.11%

 GREEN value IS 123 (48.44% from 255) = 21.54%

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

R = 40.11%
G = 21.54%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E57BDB (or 0xE57BDB) is known color: Orchid. HEX triplet: E5, 7B and DB. RGB value is (229,123,219). Sum of RGB (Red+Green+Blue) = 229+123+219=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BDB is #1A8424. Grayscale: #A5A5A5. Windows color (decimal): -1737765 or 14384101. OLE color: 14384101.

HSL color Cylindrical-coordinate representation of color #E57BDB: hue angle of 305.66º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BDB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 123 219 -
CMYK 0 0.46 0.04 0.10
HSL 305.66º 0.67% 0.69% -
HSV(B) 305.66º 0.46% 0.9% -
XYZ 52.18 35.94 71.2 -
YUV 165.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 229 123 219 0 0.46 0.04 0.10 305.66 0.67 0.69
Hex E5 7B DB 0 2E 4 A 132 43 45
Octal 345 173 333 0 56 4 12 462 103 105
Binary 11100101 1111011 11011011 0 101110 100 1010 100110010 1000011 1000101

Color Harmonies of #E57BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BDB

Black with #E57BDB

Text Example


Text Example

White with #E57BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BDB; }

 p { color: rgb(229,123,219); }

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

background-color css

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

 a { background-color: rgb(229,123,219); }

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

border-color css

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

 span { border-color: rgb(229,123,219); }

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