Html Css Color HEX #E16CC4 Orchid

📋 copy color: '#E16CC4'

red 225 ◦ green 108 ◦ blue 196

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

Shades of Orchid #E16CC4

Tints of Orchid #E16CC4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 42.53%
G = 20.42%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E16CC4 (or 0xE16CC4) is known color: Orchid. HEX triplet: E1, 6C and C4. RGB value is (225,108,196). Sum of RGB (Red+Green+Blue) = 225+108+196=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC4 is #1E933B. Grayscale: #989898. Windows color (decimal): -2003772 or 12872929. OLE color: 12872929.

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

Color convert

RGB 225 108 196 -
CMYK 0 0.52 0.13 0.12
HSL 314.87º 0.66% 0.65% -
HSV(B) 314.87º 0.52% 0.88% -
XYZ 46.38 30.72 55.71 -
YUV 153.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 225 108 196 0 0.52 0.13 0.12 314.87 0.66 0.65
Hex E1 6C C4 0 34 D C 13B 42 41
Octal 341 154 304 0 64 15 14 473 102 101
Binary 11100001 1101100 11000100 0 110100 1101 1100 100111011 1000010 1000001

Color Harmonies of #E16CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CC4

Black with #E16CC4

Text Example


Text Example

White with #E16CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CC4; }

 p { color: rgb(225,108,196); }

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

background-color css

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

 a { background-color: rgb(225,108,196); }

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

border-color css

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

 span { border-color: rgb(225,108,196); }

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