Html Css Color HEX #E16CD7 Orchid

📋 copy color: '#E16CD7'

red 225 ◦ green 108 ◦ blue 215

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

Shades of Orchid #E16CD7

Tints of Orchid #E16CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 41.06%
G = 19.71%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E16CD7 (or 0xE16CD7) is known color: Orchid. HEX triplet: E1, 6C and D7. RGB value is (225,108,215). Sum of RGB (Red+Green+Blue) = 225+108+215=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CD7 is #1E9328. Grayscale: #9A9A9A. Windows color (decimal): -2003753 or 14118113. OLE color: 14118113.

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

Color convert

RGB 225 108 215 -
CMYK 0 0.52 0.04 0.12
HSL 305.13º 0.66% 0.65% -
HSV(B) 305.13º 0.52% 0.88% -
XYZ 48.68 31.64 67.83 -
YUV 155.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 225 108 215 0 0.52 0.04 0.12 305.13 0.66 0.65
Hex E1 6C D7 0 34 4 C 131 42 41
Octal 341 154 327 0 64 4 14 461 102 101
Binary 11100001 1101100 11010111 0 110100 100 1100 100110001 1000010 1000001

Color Harmonies of #E16CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CD7

Black with #E16CD7

Text Example


Text Example

White with #E16CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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