Html Css Color HEX #E97CD2 Orchid

📋 copy color: '#E97CD2'

red 233 ◦ green 124 ◦ blue 210

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

Shades of Orchid #E97CD2

Tints of Orchid #E97CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.87%

 BLUE value IS 210 (82.42% from 255) = 37.04%

R = 41.09%
G = 21.87%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E97CD2 (or 0xE97CD2) is known color: Orchid. HEX triplet: E9, 7C and D2. RGB value is (233,124,210). Sum of RGB (Red+Green+Blue) = 233+124+210=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CD2 is #16832D. Grayscale: #A6A6A6. Windows color (decimal): -1475374 or 13794537. OLE color: 13794537.

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

Color convert

RGB 233 124 210 -
CMYK 0 0.47 0.10 0.09
HSL 312.66º 0.71% 0.7% -
HSV(B) 312.66º 0.47% 0.91% -
XYZ 52.44 36.39 65.23 -
YUV 166.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 233 124 210 0 0.47 0.10 0.09 312.66 0.71 0.7
Hex E9 7C D2 0 2F A 9 139 47 46
Octal 351 174 322 0 57 12 11 471 107 106
Binary 11101001 1111100 11010010 0 101111 1010 1001 100111001 1000111 1000110

Color Harmonies of #E97CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CD2

Black with #E97CD2

Text Example


Text Example

White with #E97CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CD2; }

 p { color: rgb(233,124,210); }

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

background-color css

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

 a { background-color: rgb(233,124,210); }

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

border-color css

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

 span { border-color: rgb(233,124,210); }

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