Html Css Color HEX #E168D7 Orchid

📋 copy color: '#E168D7'

red 225 ◦ green 104 ◦ blue 215

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

Shades of Orchid #E168D7

Tints of Orchid #E168D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 41.36%
G = 19.12%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E168D7 (or 0xE168D7) is known color: Orchid. HEX triplet: E1, 68 and D7. RGB value is (225,104,215). Sum of RGB (Red+Green+Blue) = 225+104+215=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E168D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168D7 is #1E9728. Grayscale: #989898. Windows color (decimal): -2004777 or 14117089. OLE color: 14117089.

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

Color convert

RGB 225 104 215 -
CMYK 0 0.54 0.04 0.12
HSL 304.96º 0.67% 0.65% -
HSV(B) 304.96º 0.54% 0.88% -
XYZ 48.27 30.81 67.69 -
YUV 152.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 225 104 215 0 0.54 0.04 0.12 304.96 0.67 0.65
Hex E1 68 D7 0 36 4 C 131 43 41
Octal 341 150 327 0 66 4 14 461 103 101
Binary 11100001 1101000 11010111 0 110110 100 1100 100110001 1000011 1000001

Color Harmonies of #E168D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168D7

Black with #E168D7

Text Example


Text Example

White with #E168D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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