Html Css Color HEX #E17ACB Orchid

📋 copy color: '#E17ACB'

red 225 ◦ green 122 ◦ blue 203

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

Shades of Orchid #E17ACB

Tints of Orchid #E17ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 40.91%
G = 22.18%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E17ACB (or 0xE17ACB) is known color: Orchid. HEX triplet: E1, 7A and CB. RGB value is (225,122,203). Sum of RGB (Red+Green+Blue) = 225+122+203=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ACB is #1E8534. Grayscale: #A1A1A1. Windows color (decimal): -2000181 or 13335265. OLE color: 13335265.

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

Color convert

RGB 225 122 203 -
CMYK 0 0.46 0.10 0.12
HSL 312.82º 0.63% 0.68% -
HSV(B) 312.82º 0.46% 0.88% -
XYZ 48.79 34.24 60.54 -
YUV 162.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 225 122 203 0 0.46 0.10 0.12 312.82 0.63 0.68
Hex E1 7A CB 0 2E A C 139 3F 44
Octal 341 172 313 0 56 12 14 471 77 104
Binary 11100001 1111010 11001011 0 101110 1010 1100 100111001 111111 1000100

Color Harmonies of #E17ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ACB

Black with #E17ACB

Text Example


Text Example

White with #E17ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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