Html Css Color HEX #E97ADC Orchid

📋 copy color: '#E97ADC'

red 233 ◦ green 122 ◦ blue 220

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

Shades of Orchid #E97ADC

Tints of Orchid #E97ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 40.52%
G = 21.22%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E97ADC (or 0xE97ADC) is known color: Orchid. HEX triplet: E9, 7A and DC. RGB value is (233,122,220). Sum of RGB (Red+Green+Blue) = 233+122+220=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ADC is #168523. Grayscale: #A6A6A6. Windows color (decimal): -1475876 or 14449385. OLE color: 14449385.

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

Color convert

RGB 233 122 220 -
CMYK 0 0.48 0.06 0.09
HSL 307.03º 0.72% 0.7% -
HSV(B) 307.03º 0.48% 0.91% -
XYZ 53.48 36.41 71.92 -
YUV 166.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 233 122 220 0 0.48 0.06 0.09 307.03 0.72 0.7
Hex E9 7A DC 0 30 6 9 133 48 46
Octal 351 172 334 0 60 6 11 463 110 106
Binary 11101001 1111010 11011100 0 110000 110 1001 100110011 1001000 1000110

Color Harmonies of #E97ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97ADC

Black with #E97ADC

Text Example


Text Example

White with #E97ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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