Html Css Color HEX #E167DA Orchid

📋 copy color: '#E167DA'

red 225 ◦ green 103 ◦ blue 218

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

Shades of Orchid #E167DA

Tints of Orchid #E167DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 41.21%
G = 18.86%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E167DA (or 0xE167DA) is known color: Orchid. HEX triplet: E1, 67 and DA. RGB value is (225,103,218). Sum of RGB (Red+Green+Blue) = 225+103+218=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E167DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167DA is #1E9825. Grayscale: #989898. Windows color (decimal): -2005030 or 14313441. OLE color: 14313441.

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

Color convert

RGB 225 103 218 -
CMYK 0 0.54 0.03 0.12
HSL 303.44º 0.67% 0.64% -
HSV(B) 303.44º 0.54% 0.88% -
XYZ 48.56 30.77 69.71 -
YUV 152.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 225 103 218 0 0.54 0.03 0.12 303.44 0.67 0.64
Hex E1 67 DA 0 36 3 C 12F 43 40
Octal 341 147 332 0 66 3 14 457 103 100
Binary 11100001 1100111 11011010 0 110110 11 1100 100101111 1000011 1000000

Color Harmonies of #E167DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E167DA

Black with #E167DA

Text Example


Text Example

White with #E167DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E167DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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