Html Css Color HEX #E57DDE Orchid

📋 copy color: '#E57DDE'

red 229 ◦ green 125 ◦ blue 222

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

Shades of Orchid #E57DDE

Tints of Orchid #E57DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.7%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 39.76%
G = 21.7%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E57DDE (or 0xE57DDE) is known color: Orchid. HEX triplet: E5, 7D and DE. RGB value is (229,125,222). Sum of RGB (Red+Green+Blue) = 229+125+222=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DDE is #1A8221. Grayscale: #A6A6A6. Windows color (decimal): -1737250 or 14581221. OLE color: 14581221.

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

Color convert

RGB 229 125 222 -
CMYK 0 0.45 0.03 0.10
HSL 304.04º 0.67% 0.69% -
HSV(B) 304.04º 0.45% 0.9% -
XYZ 52.83 36.6 73.39 -
YUV 167.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 229 125 222 0 0.45 0.03 0.10 304.04 0.67 0.69
Hex E5 7D DE 0 2D 3 A 130 43 45
Octal 345 175 336 0 55 3 12 460 103 105
Binary 11100101 1111101 11011110 0 101101 11 1010 100110000 1000011 1000101

Color Harmonies of #E57DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DDE

Black with #E57DDE

Text Example


Text Example

White with #E57DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DDE; }

 p { color: rgb(229,125,222); }

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

background-color css

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

 a { background-color: rgb(229,125,222); }

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

border-color css

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

 span { border-color: rgb(229,125,222); }

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