Html Css Color HEX #E16BDB Orchid

📋 copy color: '#E16BDB'

red 225 ◦ green 107 ◦ blue 219

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

Shades of Orchid #E16BDB

Tints of Orchid #E16BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.42%

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

R = 40.83%
G = 19.42%
B = 39.75%

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

#E16BDB (or 0xE16BDB) is known color: Orchid. HEX triplet: E1, 6B and DB. RGB value is (225,107,219). Sum of RGB (Red+Green+Blue) = 225+107+219=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BDB is #1E9424. Grayscale: #9A9A9A. Windows color (decimal): -2004005 or 14380001. OLE color: 14380001.

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

Color convert

RGB 225 107 219 -
CMYK 0 0.52 0.03 0.12
HSL 303.05º 0.66% 0.65% -
HSV(B) 303.05º 0.52% 0.88% -
XYZ 49.1 31.64 70.54 -
YUV 155.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 225 107 219 0 0.52 0.03 0.12 303.05 0.66 0.65
Hex E1 6B DB 0 34 3 C 12F 42 41
Octal 341 153 333 0 64 3 14 457 102 101
Binary 11100001 1101011 11011011 0 110100 11 1100 100101111 1000010 1000001

Color Harmonies of #E16BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BDB

Black with #E16BDB

Text Example


Text Example

White with #E16BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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