Html Css Color HEX #E16DEB Orchid

📋 copy color: '#E16DEB'

red 225 ◦ green 109 ◦ blue 235

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

Shades of Orchid #E16DEB

Tints of Orchid #E16DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 39.54%
G = 19.16%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E16DEB (or 0xE16DEB) is known color: Orchid. HEX triplet: E1, 6D and EB. RGB value is (225,109,235). Sum of RGB (Red+Green+Blue) = 225+109+235=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E16DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DEB is #1E9214. Grayscale: #9D9D9D. Windows color (decimal): -2003477 or 15429089. OLE color: 15429089.

HSL color Cylindrical-coordinate representation of color #E16DEB: hue angle of 295.24º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16DEB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 109 235 -
CMYK 0.04 0.54 0 0.08
HSL 295.24º 0.76% 0.67% -
HSV(B) 295.24º 0.54% 0.92% -
XYZ 51.52 32.94 82.24 -
YUV 158.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 225 109 235 0.04 0.54 0 0.08 295.24 0.76 0.67
Hex E1 6D EB 4 36 0 8 127 4C 43
Octal 341 155 353 4 66 0 10 447 114 103
Binary 11100001 1101101 11101011 100 110110 0 1000 100100111 1001100 1000011

Color Harmonies of #E16DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DEB

Black with #E16DEB

Text Example


Text Example

White with #E16DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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