Html Css Color HEX #E168D0 Orchid

📋 copy color: '#E168D0'

red 225 ◦ green 104 ◦ blue 208

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

Shades of Orchid #E168D0

Tints of Orchid #E168D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 41.9%
G = 19.37%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E168D0 (or 0xE168D0) is known color: Orchid. HEX triplet: E1, 68 and D0. RGB value is (225,104,208). Sum of RGB (Red+Green+Blue) = 225+104+208=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E168D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168D0 is #1E972F. Grayscale: #979797. Windows color (decimal): -2004784 or 13658337. OLE color: 13658337.

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

Color convert

RGB 225 104 208 -
CMYK 0 0.54 0.08 0.12
HSL 308.43º 0.67% 0.65% -
HSV(B) 308.43º 0.54% 0.88% -
XYZ 47.39 30.46 63.06 -
YUV 152.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 225 104 208 0 0.54 0.08 0.12 308.43 0.67 0.65
Hex E1 68 D0 0 36 8 C 134 43 41
Octal 341 150 320 0 66 10 14 464 103 101
Binary 11100001 1101000 11010000 0 110110 1000 1100 100110100 1000011 1000001

Color Harmonies of #E168D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168D0

Black with #E168D0

Text Example


Text Example

White with #E168D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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