Html Css Color HEX #E16DC8 Orchid

📋 copy color: '#E16DC8'

red 225 ◦ green 109 ◦ blue 200

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

Shades of Orchid #E16DC8

Tints of Orchid #E16DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 42.13%
G = 20.41%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E16DC8 (or 0xE16DC8) is known color: Orchid. HEX triplet: E1, 6D and C8. RGB value is (225,109,200). Sum of RGB (Red+Green+Blue) = 225+109+200=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC8 is #1E9237. Grayscale: #999999. Windows color (decimal): -2003512 or 13135329. OLE color: 13135329.

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

Color convert

RGB 225 109 200 -
CMYK 0 0.52 0.11 0.12
HSL 312.93º 0.66% 0.65% -
HSV(B) 312.93º 0.52% 0.88% -
XYZ 46.95 31.11 58.18 -
YUV 154.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 225 109 200 0 0.52 0.11 0.12 312.93 0.66 0.65
Hex E1 6D C8 0 34 B C 139 42 41
Octal 341 155 310 0 64 13 14 471 102 101
Binary 11100001 1101101 11001000 0 110100 1011 1100 100111001 1000010 1000001

Color Harmonies of #E16DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DC8

Black with #E16DC8

Text Example


Text Example

White with #E16DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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