Html Css Color HEX #E168C8 Orchid

📋 copy color: '#E168C8'

red 225 ◦ green 104 ◦ blue 200

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

Shades of Orchid #E168C8

Tints of Orchid #E168C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 42.53%
G = 19.66%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E168C8 (or 0xE168C8) is known color: Orchid. HEX triplet: E1, 68 and C8. RGB value is (225,104,200). Sum of RGB (Red+Green+Blue) = 225+104+200=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C8 is #1E9737. Grayscale: #969696. Windows color (decimal): -2004792 or 13134049. OLE color: 13134049.

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

Color convert

RGB 225 104 200 -
CMYK 0 0.54 0.11 0.12
HSL 312.4º 0.67% 0.65% -
HSV(B) 312.4º 0.54% 0.88% -
XYZ 46.43 30.08 58 -
YUV 151.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 225 104 200 0 0.54 0.11 0.12 312.4 0.67 0.65
Hex E1 68 C8 0 36 B C 138 43 41
Octal 341 150 310 0 66 13 14 470 103 101
Binary 11100001 1101000 11001000 0 110110 1011 1100 100111000 1000011 1000001

Color Harmonies of #E168C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168C8

Black with #E168C8

Text Example


Text Example

White with #E168C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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