Html Css Color HEX #E168CC Orchid

📋 copy color: '#E168CC'

red 225 ◦ green 104 ◦ blue 204

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

Shades of Orchid #E168CC

Tints of Orchid #E168CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 42.21%
G = 19.51%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E168CC (or 0xE168CC) is known color: Orchid. HEX triplet: E1, 68 and CC. RGB value is (225,104,204). Sum of RGB (Red+Green+Blue) = 225+104+204=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E168CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168CC is #1E9733. Grayscale: #979797. Windows color (decimal): -2004788 or 13396193. OLE color: 13396193.

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

Color convert

RGB 225 104 204 -
CMYK 0 0.54 0.09 0.12
HSL 310.41º 0.67% 0.65% -
HSV(B) 310.41º 0.54% 0.88% -
XYZ 46.9 30.27 60.5 -
YUV 151.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 225 104 204 0 0.54 0.09 0.12 310.41 0.67 0.65
Hex E1 68 CC 0 36 9 C 136 43 41
Octal 341 150 314 0 66 11 14 466 103 101
Binary 11100001 1101000 11001100 0 110110 1001 1100 100110110 1000011 1000001

Color Harmonies of #E168CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168CC

Black with #E168CC

Text Example


Text Example

White with #E168CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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