Html Css Color HEX #E178CE Orchid

📋 copy color: '#E178CE'

red 225 ◦ green 120 ◦ blue 206

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

Shades of Orchid #E178CE

Tints of Orchid #E178CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.78%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 40.83%
G = 21.78%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E178CE (or 0xE178CE) is known color: Orchid. HEX triplet: E1, 78 and CE. RGB value is (225,120,206). Sum of RGB (Red+Green+Blue) = 225+120+206=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CE is #1E8731. Grayscale: #A0A0A0. Windows color (decimal): -2000690 or 13531361. OLE color: 13531361.

HSL color Cylindrical-coordinate representation of color #E178CE: hue angle of 310.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E178CE is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 120 206 -
CMYK 0 0.47 0.08 0.12
HSL 310.86º 0.64% 0.68% -
HSV(B) 310.86º 0.47% 0.88% -
XYZ 48.91 33.9 62.36 -
YUV 161.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 225 120 206 0 0.47 0.08 0.12 310.86 0.64 0.68
Hex E1 78 CE 0 2F 8 C 137 40 44
Octal 341 170 316 0 57 10 14 467 100 104
Binary 11100001 1111000 11001110 0 101111 1000 1100 100110111 1000000 1000100

Color Harmonies of #E178CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178CE

Black with #E178CE

Text Example


Text Example

White with #E178CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178CE; }

 p { color: rgb(225,120,206); }

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

background-color css

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

 a { background-color: rgb(225,120,206); }

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

border-color css

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

 span { border-color: rgb(225,120,206); }

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