Html Css Color HEX #E17EDB Orchid

📋 copy color: '#E17EDB'

red 225 ◦ green 126 ◦ blue 219

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

Shades of Orchid #E17EDB

Tints of Orchid #E17EDB

RGB

 RED value IS 225 (88.28% from 255) = 39.47%

 GREEN value IS 126 (49.61% from 255) = 22.11%

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

R = 39.47%
G = 22.11%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E17EDB (or 0xE17EDB) is known color: Orchid. HEX triplet: E1, 7E and DB. RGB value is (225,126,219). Sum of RGB (Red+Green+Blue) = 225+126+219=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EDB is #1E8124. Grayscale: #A5A5A5. Windows color (decimal): -1999141 or 14384865. OLE color: 14384865.

HSL color Cylindrical-coordinate representation of color #E17EDB: hue angle of 303.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EDB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 126 219 -
CMYK 0 0.44 0.03 0.12
HSL 303.64º 0.62% 0.69% -
HSV(B) 303.64º 0.44% 0.88% -
XYZ 51.3 36.04 71.27 -
YUV 166.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 225 126 219 0 0.44 0.03 0.12 303.64 0.62 0.69
Hex E1 7E DB 0 2C 3 C 130 3E 45
Octal 341 176 333 0 54 3 14 460 76 105
Binary 11100001 1111110 11011011 0 101100 11 1100 100110000 111110 1000101

Color Harmonies of #E17EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17EDB

Black with #E17EDB

Text Example


Text Example

White with #E17EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17EDB; }

 p { color: rgb(225,126,219); }

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

background-color css

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

 a { background-color: rgb(225,126,219); }

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

border-color css

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

 span { border-color: rgb(225,126,219); }

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