Html Css Color HEX #E17FDB Orchid

📋 copy color: '#E17FDB'

red 225 ◦ green 127 ◦ blue 219

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

Shades of Orchid #E17FDB

Tints of Orchid #E17FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.24%

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

R = 39.4%
G = 22.24%
B = 38.35%

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

#E17FDB (or 0xE17FDB) is known color: Orchid. HEX triplet: E1, 7F and DB. RGB value is (225,127,219). Sum of RGB (Red+Green+Blue) = 225+127+219=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDB is #1E8024. Grayscale: #A6A6A6. Windows color (decimal): -1998885 or 14385121. OLE color: 14385121.

HSL color Cylindrical-coordinate representation of color #E17FDB: hue angle of 303.67º 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 #E17FDB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 219 -
CMYK 0 0.44 0.03 0.12
HSL 303.67º 0.62% 0.69% -
HSV(B) 303.67º 0.44% 0.88% -
XYZ 51.43 36.3 71.31 -
YUV 166.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 225 127 219 0 0.44 0.03 0.12 303.67 0.62 0.69
Hex E1 7F DB 0 2C 3 C 130 3E 45
Octal 341 177 333 0 54 3 14 460 76 105
Binary 11100001 1111111 11011011 0 101100 11 1100 100110000 111110 1000101

Color Harmonies of #E17FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FDB

Black with #E17FDB

Text Example


Text Example

White with #E17FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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