Html Css Color HEX #E16FDB Orchid

📋 copy color: '#E16FDB'

red 225 ◦ green 111 ◦ blue 219

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

Shades of Orchid #E16FDB

Tints of Orchid #E16FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

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

R = 40.54%
G = 20%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E16FDB (or 0xE16FDB) is known color: Orchid. HEX triplet: E1, 6F and DB. RGB value is (225,111,219). Sum of RGB (Red+Green+Blue) = 225+111+219=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FDB is #1E9024. Grayscale: #9D9D9D. Windows color (decimal): -2002981 or 14381025. OLE color: 14381025.

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

Color convert

RGB 225 111 219 -
CMYK 0 0.51 0.03 0.12
HSL 303.16º 0.66% 0.66% -
HSV(B) 303.16º 0.51% 0.88% -
XYZ 49.52 32.49 70.68 -
YUV 157.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 225 111 219 0 0.51 0.03 0.12 303.16 0.66 0.66
Hex E1 6F DB 0 33 3 C 12F 42 42
Octal 341 157 333 0 63 3 14 457 102 102
Binary 11100001 1101111 11011011 0 110011 11 1100 100101111 1000010 1000010

Color Harmonies of #E16FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FDB

Black with #E16FDB

Text Example


Text Example

White with #E16FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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