Html Css Color HEX #E169DF Orchid

📋 copy color: '#E169DF'

red 225 ◦ green 105 ◦ blue 223

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

Shades of Orchid #E169DF

Tints of Orchid #E169DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.99%

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

R = 40.69%
G = 18.99%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E169DF (or 0xE169DF) is known color: Orchid. HEX triplet: E1, 69 and DF. RGB value is (225,105,223). Sum of RGB (Red+Green+Blue) = 225+105+223=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E169DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169DF is #1E9620. Grayscale: #999999. Windows color (decimal): -2004513 or 14641633. OLE color: 14641633.

HSL color Cylindrical-coordinate representation of color #E169DF: hue angle of 301º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E169DF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 105 223 -
CMYK 0 0.53 0.01 0.12
HSL 301º 0.67% 0.65% -
HSV(B) 301º 0.53% 0.88% -
XYZ 49.42 31.44 73.28 -
YUV 154.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 225 105 223 0 0.53 0.01 0.12 301 0.67 0.65
Hex E1 69 DF 0 35 1 C 12D 43 41
Octal 341 151 337 0 65 1 14 455 103 101
Binary 11100001 1101001 11011111 0 110101 1 1100 100101101 1000011 1000001

Color Harmonies of #E169DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E169DF

Black with #E169DF

Text Example


Text Example

White with #E169DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E169DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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