Html Css Color HEX #E17AC5 Orchid

📋 copy color: '#E17AC5'

red 225 ◦ green 122 ◦ blue 197

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

Shades of Orchid #E17AC5

Tints of Orchid #E17AC5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.43%

 BLUE value IS 197 (77.34% from 255) = 36.21%

R = 41.36%
G = 22.43%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E17AC5 (or 0xE17AC5) is known color: Orchid. HEX triplet: E1, 7A and C5. RGB value is (225,122,197). Sum of RGB (Red+Green+Blue) = 225+122+197=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AC5 is #1E853A. Grayscale: #A1A1A1. Windows color (decimal): -2000187 or 12942049. OLE color: 12942049.

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

Color convert

RGB 225 122 197 -
CMYK 0 0.46 0.12 0.12
HSL 316.31º 0.63% 0.68% -
HSV(B) 316.31º 0.46% 0.88% -
XYZ 48.09 33.96 56.84 -
YUV 161.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 225 122 197 0 0.46 0.12 0.12 316.31 0.63 0.68
Hex E1 7A C5 0 2E C C 13C 3F 44
Octal 341 172 305 0 56 14 14 474 77 104
Binary 11100001 1111010 11000101 0 101110 1100 1100 100111100 111111 1000100

Color Harmonies of #E17AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AC5

Black with #E17AC5

Text Example


Text Example

White with #E17AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AC5; }

 p { color: rgb(225,122,197); }

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

background-color css

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

 a { background-color: rgb(225,122,197); }

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

border-color css

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

 span { border-color: rgb(225,122,197); }

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