Html Css Color HEX #E16DC7 Orchid

📋 copy color: '#E16DC7'

red 225 ◦ green 109 ◦ blue 199

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

Shades of Orchid #E16DC7

Tints of Orchid #E16DC7

RGB

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

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

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

R = 42.21%
G = 20.45%
B = 37.34%

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

#E16DC7 (or 0xE16DC7) is known color: Orchid. HEX triplet: E1, 6D and C7. RGB value is (225,109,199). Sum of RGB (Red+Green+Blue) = 225+109+199=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC7 is #1E9238. Grayscale: #999999. Windows color (decimal): -2003513 or 13069793. OLE color: 13069793.

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

Color convert

RGB 225 109 199 -
CMYK 0 0.52 0.12 0.12
HSL 313.45º 0.66% 0.65% -
HSV(B) 313.45º 0.52% 0.88% -
XYZ 46.83 31.07 57.56 -
YUV 153.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 225 109 199 0 0.52 0.12 0.12 313.45 0.66 0.65
Hex E1 6D C7 0 34 C C 139 42 41
Octal 341 155 307 0 64 14 14 471 102 101
Binary 11100001 1101101 11000111 0 110100 1100 1100 100111001 1000010 1000001

Color Harmonies of #E16DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DC7

Black with #E16DC7

Text Example


Text Example

White with #E16DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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