Html Css Color HEX #E17AD6 Orchid

📋 copy color: '#E17AD6'

red 225 ◦ green 122 ◦ blue 214

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

Shades of Orchid #E17AD6

Tints of Orchid #E17AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 40.11%
G = 21.75%
B = 38.15%

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

#E17AD6 (or 0xE17AD6) is known color: Orchid. HEX triplet: E1, 7A and D6. RGB value is (225,122,214). Sum of RGB (Red+Green+Blue) = 225+122+214=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AD6 is #1E8529. Grayscale: #A3A3A3. Windows color (decimal): -2000170 or 14056161. OLE color: 14056161.

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

Color convert

RGB 225 122 214 -
CMYK 0 0.46 0.05 0.12
HSL 306.41º 0.63% 0.68% -
HSV(B) 306.41º 0.46% 0.88% -
XYZ 50.15 34.78 67.69 -
YUV 163.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 225 122 214 0 0.46 0.05 0.12 306.41 0.63 0.68
Hex E1 7A D6 0 2E 5 C 132 3F 44
Octal 341 172 326 0 56 5 14 462 77 104
Binary 11100001 1111010 11010110 0 101110 101 1100 100110010 111111 1000100

Color Harmonies of #E17AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AD6

Black with #E17AD6

Text Example


Text Example

White with #E17AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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