Html Css Color HEX #E16FD2 Orchid

📋 copy color: '#E16FD2'

red 225 ◦ green 111 ◦ blue 210

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

Shades of Orchid #E16FD2

Tints of Orchid #E16FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.46%

R = 41.21%
G = 20.33%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E16FD2 (or 0xE16FD2) is known color: Orchid. HEX triplet: E1, 6F and D2. RGB value is (225,111,210). Sum of RGB (Red+Green+Blue) = 225+111+210=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FD2 is #1E902D. Grayscale: #9C9C9C. Windows color (decimal): -2002990 or 13791201. OLE color: 13791201.

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

Color convert

RGB 225 111 210 -
CMYK 0 0.51 0.07 0.12
HSL 307.89º 0.66% 0.66% -
HSV(B) 307.89º 0.51% 0.88% -
XYZ 48.37 32.03 64.61 -
YUV 156.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 225 111 210 0 0.51 0.07 0.12 307.89 0.66 0.66
Hex E1 6F D2 0 33 7 C 134 42 42
Octal 341 157 322 0 63 7 14 464 102 102
Binary 11100001 1101111 11010010 0 110011 111 1100 100110100 1000010 1000010

Color Harmonies of #E16FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FD2

Black with #E16FD2

Text Example


Text Example

White with #E16FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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