Html Css Color HEX #E168C0 Orchid

📋 copy color: '#E168C0'

red 225 ◦ green 104 ◦ blue 192

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

Shades of Orchid #E168C0

Tints of Orchid #E168C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 43.19%
G = 19.96%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E168C0 (or 0xE168C0) is known color: Orchid. HEX triplet: E1, 68 and C0. RGB value is (225,104,192). Sum of RGB (Red+Green+Blue) = 225+104+192=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C0 is #1E973F. Grayscale: #959595. Windows color (decimal): -2004800 or 12609761. OLE color: 12609761.

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

Color convert

RGB 225 104 192 -
CMYK 0 0.54 0.15 0.12
HSL 316.36º 0.67% 0.65% -
HSV(B) 316.36º 0.54% 0.88% -
XYZ 45.52 29.71 53.21 -
YUV 150.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 225 104 192 0 0.54 0.15 0.12 316.36 0.67 0.65
Hex E1 68 C0 0 36 F C 13C 43 41
Octal 341 150 300 0 66 17 14 474 103 101
Binary 11100001 1101000 11000000 0 110110 1111 1100 100111100 1000011 1000001

Color Harmonies of #E168C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168C0

Black with #E168C0

Text Example


Text Example

White with #E168C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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