Html Css Color HEX #E16BC7 Orchid

📋 copy color: '#E16BC7'

red 225 ◦ green 107 ◦ blue 199

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

Shades of Orchid #E16BC7

Tints of Orchid #E16BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 42.37%
G = 20.15%
B = 37.48%

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

#E16BC7 (or 0xE16BC7) is known color: Orchid. HEX triplet: E1, 6B and C7. RGB value is (225,107,199). Sum of RGB (Red+Green+Blue) = 225+107+199=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BC7 is #1E9438. Grayscale: #989898. Windows color (decimal): -2004025 or 13069281. OLE color: 13069281.

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

Color convert

RGB 225 107 199 -
CMYK 0 0.52 0.12 0.12
HSL 313.22º 0.66% 0.65% -
HSV(B) 313.22º 0.52% 0.88% -
XYZ 46.62 30.65 57.49 -
YUV 152.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 225 107 199 0 0.52 0.12 0.12 313.22 0.66 0.65
Hex E1 6B C7 0 34 C C 139 42 41
Octal 341 153 307 0 64 14 14 471 102 101
Binary 11100001 1101011 11000111 0 110100 1100 1100 100111001 1000010 1000001

Color Harmonies of #E16BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16BC7

Black with #E16BC7

Text Example


Text Example

White with #E16BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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