Html Css Color HEX #E97AD1 Orchid

📋 copy color: '#E97AD1'

red 233 ◦ green 122 ◦ blue 209

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

Shades of Orchid #E97AD1

Tints of Orchid #E97AD1

RGB

 RED value IS 233 (91.41% from 255) = 41.31%

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

 BLUE value IS 209 (82.03% from 255) = 37.06%

R = 41.31%
G = 21.63%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E97AD1 (or 0xE97AD1) is known color: Orchid. HEX triplet: E9, 7A and D1. RGB value is (233,122,209). Sum of RGB (Red+Green+Blue) = 233+122+209=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AD1 is #16852E. Grayscale: #A4A4A4. Windows color (decimal): -1475887 or 13728489. OLE color: 13728489.

HSL color Cylindrical-coordinate representation of color #E97AD1: hue angle of 312.97º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97AD1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 122 209 -
CMYK 0 0.48 0.10 0.09
HSL 312.97º 0.72% 0.7% -
HSV(B) 312.97º 0.48% 0.91% -
XYZ 52.07 35.85 64.5 -
YUV 165.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 233 122 209 0 0.48 0.10 0.09 312.97 0.72 0.7
Hex E9 7A D1 0 30 A 9 139 48 46
Octal 351 172 321 0 60 12 11 471 110 106
Binary 11101001 1111010 11010001 0 110000 1010 1001 100111001 1001000 1000110

Color Harmonies of #E97AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97AD1

Black with #E97AD1

Text Example


Text Example

White with #E97AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97AD1; }

 p { color: rgb(233,122,209); }

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

background-color css

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

 a { background-color: rgb(233,122,209); }

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

border-color css

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

 span { border-color: rgb(233,122,209); }

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