Html Css Color HEX #E179CE Orchid

📋 copy color: '#E179CE'

red 225 ◦ green 121 ◦ blue 206

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

Shades of Orchid #E179CE

Tints of Orchid #E179CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.92%

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

R = 40.76%
G = 21.92%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E179CE (or 0xE179CE) is known color: Orchid. HEX triplet: E1, 79 and CE. RGB value is (225,121,206). Sum of RGB (Red+Green+Blue) = 225+121+206=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E179CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179CE is #1E8631. Grayscale: #A1A1A1. Windows color (decimal): -2000434 or 13531617. OLE color: 13531617.

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

Color convert

RGB 225 121 206 -
CMYK 0 0.46 0.08 0.12
HSL 310.96º 0.63% 0.68% -
HSV(B) 310.96º 0.46% 0.88% -
XYZ 49.03 34.14 62.4 -
YUV 161.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 225 121 206 0 0.46 0.08 0.12 310.96 0.63 0.68
Hex E1 79 CE 0 2E 8 C 137 3F 44
Octal 341 171 316 0 56 10 14 467 77 104
Binary 11100001 1111001 11001110 0 101110 1000 1100 100110111 111111 1000100

Color Harmonies of #E179CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E179CE

Black with #E179CE

Text Example


Text Example

White with #E179CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E179CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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