Html Css Color HEX #E16CDF Orchid

📋 copy color: '#E16CDF'

red 225 ◦ green 108 ◦ blue 223

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

Shades of Orchid #E16CDF

Tints of Orchid #E16CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 40.47%
G = 19.42%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E16CDF (or 0xE16CDF) is known color: Orchid. HEX triplet: E1, 6C and DF. RGB value is (225,108,223). Sum of RGB (Red+Green+Blue) = 225+108+223=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CDF is #1E9320. Grayscale: #9B9B9B. Windows color (decimal): -2003745 or 14642401. OLE color: 14642401.

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

Color convert

RGB 225 108 223 -
CMYK 0 0.52 0.01 0.12
HSL 301.03º 0.66% 0.65% -
HSV(B) 301.03º 0.52% 0.88% -
XYZ 49.73 32.06 73.38 -
YUV 156.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 225 108 223 0 0.52 0.01 0.12 301.03 0.66 0.65
Hex E1 6C DF 0 34 1 C 12D 42 41
Octal 341 154 337 0 64 1 14 455 102 101
Binary 11100001 1101100 11011111 0 110100 1 1100 100101101 1000010 1000001

Color Harmonies of #E16CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CDF

Black with #E16CDF

Text Example


Text Example

White with #E16CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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