Html Css Color HEX #E16BC6 Orchid

📋 copy color: '#E16BC6'

red 225 ◦ green 107 ◦ blue 198

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

Shades of Orchid #E16BC6

Tints of Orchid #E16BC6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 198 (77.73% from 255) = 37.36%

R = 42.45%
G = 20.19%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E16BC6 (or 0xE16BC6) is known color: Orchid. HEX triplet: E1, 6B and C6. RGB value is (225,107,198). Sum of RGB (Red+Green+Blue) = 225+107+198=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BC6 is #1E9439. Grayscale: #989898. Windows color (decimal): -2004026 or 13003745. OLE color: 13003745.

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

Color convert

RGB 225 107 198 -
CMYK 0 0.52 0.12 0.12
HSL 313.73º 0.66% 0.65% -
HSV(B) 313.73º 0.52% 0.88% -
XYZ 46.5 30.6 56.88 -
YUV 152.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 225 107 198 0 0.52 0.12 0.12 313.73 0.66 0.65
Hex E1 6B C6 0 34 C C 13A 42 41
Octal 341 153 306 0 64 14 14 472 102 101
Binary 11100001 1101011 11000110 0 110100 1100 1100 100111010 1000010 1000001

Color Harmonies of #E16BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BC6

Black with #E16BC6

Text Example


Text Example

White with #E16BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BC6; }

 p { color: rgb(225,107,198); }

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

background-color css

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

 a { background-color: rgb(225,107,198); }

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

border-color css

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

 span { border-color: rgb(225,107,198); }

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