Html Css Color HEX #E168DE Orchid

📋 copy color: '#E168DE'

red 225 ◦ green 104 ◦ blue 222

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

Shades of Orchid #E168DE

Tints of Orchid #E168DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.87%

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 40.83%
G = 18.87%
B = 40.29%

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

#E168DE (or 0xE168DE) is known color: Orchid. HEX triplet: E1, 68 and DE. RGB value is (225,104,222). Sum of RGB (Red+Green+Blue) = 225+104+222=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DE is #1E9721. Grayscale: #999999. Windows color (decimal): -2004770 or 14575841. OLE color: 14575841.

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

Color convert

RGB 225 104 222 -
CMYK 0 0.54 0.01 0.12
HSL 301.49º 0.67% 0.65% -
HSV(B) 301.49º 0.54% 0.88% -
XYZ 49.19 31.18 72.53 -
YUV 153.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 225 104 222 0 0.54 0.01 0.12 301.49 0.67 0.65
Hex E1 68 DE 0 36 1 C 12D 43 41
Octal 341 150 336 0 66 1 14 455 103 101
Binary 11100001 1101000 11011110 0 110110 1 1100 100101101 1000011 1000001

Color Harmonies of #E168DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168DE

Black with #E168DE

Text Example


Text Example

White with #E168DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168DE; }

 p { color: rgb(225,104,222); }

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

background-color css

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

 a { background-color: rgb(225,104,222); }

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

border-color css

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

 span { border-color: rgb(225,104,222); }

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