Html Css Color HEX #E16DDB Orchid

📋 copy color: '#E16DDB'

red 225 ◦ green 109 ◦ blue 219

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

Shades of Orchid #E16DDB

Tints of Orchid #E16DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.71%

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

R = 40.69%
G = 19.71%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E16DDB (or 0xE16DDB) is known color: Orchid. HEX triplet: E1, 6D and DB. RGB value is (225,109,219). Sum of RGB (Red+Green+Blue) = 225+109+219=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DDB is #1E9224. Grayscale: #9B9B9B. Windows color (decimal): -2003493 or 14380513. OLE color: 14380513.

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

Color convert

RGB 225 109 219 -
CMYK 0 0.52 0.03 0.12
HSL 303.1º 0.66% 0.65% -
HSV(B) 303.1º 0.52% 0.88% -
XYZ 49.31 32.06 70.61 -
YUV 156.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 225 109 219 0 0.52 0.03 0.12 303.1 0.66 0.65
Hex E1 6D DB 0 34 3 C 12F 42 41
Octal 341 155 333 0 64 3 14 457 102 101
Binary 11100001 1101101 11011011 0 110100 11 1100 100101111 1000010 1000001

Color Harmonies of #E16DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DDB

Black with #E16DDB

Text Example


Text Example

White with #E16DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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