Html Css Color HEX #E17AD5 Orchid

📋 copy color: '#E17AD5'

red 225 ◦ green 122 ◦ blue 213

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

Shades of Orchid #E17AD5

Tints of Orchid #E17AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 40.18%
G = 21.79%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E17AD5 (or 0xE17AD5) is known color: Orchid. HEX triplet: E1, 7A and D5. RGB value is (225,122,213). Sum of RGB (Red+Green+Blue) = 225+122+213=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AD5 is #1E852A. Grayscale: #A2A2A2. Windows color (decimal): -2000171 or 13990625. OLE color: 13990625.

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

Color convert

RGB 225 122 213 -
CMYK 0 0.46 0.05 0.12
HSL 306.99º 0.63% 0.68% -
HSV(B) 306.99º 0.46% 0.88% -
XYZ 50.02 34.73 67.02 -
YUV 163.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 225 122 213 0 0.46 0.05 0.12 306.99 0.63 0.68
Hex E1 7A D5 0 2E 5 C 133 3F 44
Octal 341 172 325 0 56 5 14 463 77 104
Binary 11100001 1111010 11010101 0 101110 101 1100 100110011 111111 1000100

Color Harmonies of #E17AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AD5

Black with #E17AD5

Text Example


Text Example

White with #E17AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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