Html Css Color HEX #E167DB Orchid

📋 copy color: '#E167DB'

red 225 ◦ green 103 ◦ blue 219

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

Shades of Orchid #E167DB

Tints of Orchid #E167DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 41.13%
G = 18.83%
B = 40.04%

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

#E167DB (or 0xE167DB) is known color: Orchid. HEX triplet: E1, 67 and DB. RGB value is (225,103,219). Sum of RGB (Red+Green+Blue) = 225+103+219=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E167DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167DB is #1E9824. Grayscale: #989898. Windows color (decimal): -2005029 or 14378977. OLE color: 14378977.

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

Color convert

RGB 225 103 219 -
CMYK 0 0.54 0.03 0.12
HSL 302.95º 0.67% 0.64% -
HSV(B) 302.95º 0.54% 0.88% -
XYZ 48.69 30.82 70.4 -
YUV 152.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 225 103 219 0 0.54 0.03 0.12 302.95 0.67 0.64
Hex E1 67 DB 0 36 3 C 12F 43 40
Octal 341 147 333 0 66 3 14 457 103 100
Binary 11100001 1100111 11011011 0 110110 11 1100 100101111 1000011 1000000

Color Harmonies of #E167DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E167DB

Black with #E167DB

Text Example


Text Example

White with #E167DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E167DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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