Html Css Color HEX #E167DF Orchid

📋 copy color: '#E167DF'

red 225 ◦ green 103 ◦ blue 223

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

Shades of Orchid #E167DF

Tints of Orchid #E167DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.69%

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

R = 40.83%
G = 18.69%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E167DF (or 0xE167DF) is known color: Orchid. HEX triplet: E1, 67 and DF. RGB value is (225,103,223). Sum of RGB (Red+Green+Blue) = 225+103+223=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E167DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167DF is #1E9820. Grayscale: #989898. Windows color (decimal): -2005025 or 14641121. OLE color: 14641121.

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

Color convert

RGB 225 103 223 -
CMYK 0 0.54 0.01 0.12
HSL 300.98º 0.67% 0.64% -
HSV(B) 300.98º 0.54% 0.88% -
XYZ 49.22 31.04 73.21 -
YUV 153.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 225 103 223 0 0.54 0.01 0.12 300.98 0.67 0.64
Hex E1 67 DF 0 36 1 C 12D 43 40
Octal 341 147 337 0 66 1 14 455 103 100
Binary 11100001 1100111 11011111 0 110110 1 1100 100101101 1000011 1000000

Color Harmonies of #E167DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E167DF

Black with #E167DF

Text Example


Text Example

White with #E167DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E167DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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