Html Css Color HEX #E168C6 Orchid

📋 copy color: '#E168C6'

red 225 ◦ green 104 ◦ blue 198

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

Shades of Orchid #E168C6

Tints of Orchid #E168C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 42.69%
G = 19.73%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E168C6 (or 0xE168C6) is known color: Orchid. HEX triplet: E1, 68 and C6. RGB value is (225,104,198). Sum of RGB (Red+Green+Blue) = 225+104+198=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C6 is #1E9739. Grayscale: #969696. Windows color (decimal): -2004794 or 13002977. OLE color: 13002977.

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

Color convert

RGB 225 104 198 -
CMYK 0 0.54 0.12 0.12
HSL 313.39º 0.67% 0.65% -
HSV(B) 313.39º 0.54% 0.88% -
XYZ 46.19 29.99 56.78 -
YUV 150.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 225 104 198 0 0.54 0.12 0.12 313.39 0.67 0.65
Hex E1 68 C6 0 36 C C 139 43 41
Octal 341 150 306 0 66 14 14 471 103 101
Binary 11100001 1101000 11000110 0 110110 1100 1100 100111001 1000011 1000001

Color Harmonies of #E168C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168C6

Black with #E168C6

Text Example


Text Example

White with #E168C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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