Html Css Color HEX #E17AD3 Orchid

📋 copy color: '#E17AD3'

red 225 ◦ green 122 ◦ blue 211

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

Shades of Orchid #E17AD3

Tints of Orchid #E17AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 40.32%
G = 21.86%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E17AD3 (or 0xE17AD3) is known color: Orchid. HEX triplet: E1, 7A and D3. RGB value is (225,122,211). Sum of RGB (Red+Green+Blue) = 225+122+211=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AD3 is #1E852C. Grayscale: #A2A2A2. Windows color (decimal): -2000173 or 13859553. OLE color: 13859553.

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

Color convert

RGB 225 122 211 -
CMYK 0 0.46 0.06 0.12
HSL 308.16º 0.63% 0.68% -
HSV(B) 308.16º 0.46% 0.88% -
XYZ 49.77 34.63 65.69 -
YUV 162.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 225 122 211 0 0.46 0.06 0.12 308.16 0.63 0.68
Hex E1 7A D3 0 2E 6 C 134 3F 44
Octal 341 172 323 0 56 6 14 464 77 104
Binary 11100001 1111010 11010011 0 101110 110 1100 100110100 111111 1000100

Color Harmonies of #E17AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AD3

Black with #E17AD3

Text Example


Text Example

White with #E17AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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