Html Css Color HEX #E16CC2 Orchid

📋 copy color: '#E16CC2'

red 225 ◦ green 108 ◦ blue 194

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

Shades of Orchid #E16CC2

Tints of Orchid #E16CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 42.69%
G = 20.49%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E16CC2 (or 0xE16CC2) is known color: Orchid. HEX triplet: E1, 6C and C2. RGB value is (225,108,194). Sum of RGB (Red+Green+Blue) = 225+108+194=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CC2 is #1E933D. Grayscale: #989898. Windows color (decimal): -2003774 or 12741857. OLE color: 12741857.

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

Color convert

RGB 225 108 194 -
CMYK 0 0.52 0.14 0.12
HSL 315.9º 0.66% 0.65% -
HSV(B) 315.9º 0.52% 0.88% -
XYZ 46.15 30.63 54.52 -
YUV 152.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 225 108 194 0 0.52 0.14 0.12 315.9 0.66 0.65
Hex E1 6C C2 0 34 E C 13C 42 41
Octal 341 154 302 0 64 16 14 474 102 101
Binary 11100001 1101100 11000010 0 110100 1110 1100 100111100 1000010 1000001

Color Harmonies of #E16CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CC2

Black with #E16CC2

Text Example


Text Example

White with #E16CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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