Html Css Color HEX #E97BDC Orchid

📋 copy color: '#E97BDC'

red 233 ◦ green 123 ◦ blue 220

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

Shades of Orchid #E97BDC

Tints of Orchid #E97BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.35%

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

R = 40.45%
G = 21.35%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E97BDC (or 0xE97BDC) is known color: Orchid. HEX triplet: E9, 7B and DC. RGB value is (233,123,220). Sum of RGB (Red+Green+Blue) = 233+123+220=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BDC is #168423. Grayscale: #A6A6A6. Windows color (decimal): -1475620 or 14449641. OLE color: 14449641.

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

Color convert

RGB 233 123 220 -
CMYK 0 0.47 0.06 0.09
HSL 307.09º 0.71% 0.7% -
HSV(B) 307.09º 0.47% 0.91% -
XYZ 53.61 36.66 71.96 -
YUV 166.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 233 123 220 0 0.47 0.06 0.09 307.09 0.71 0.7
Hex E9 7B DC 0 2F 6 9 133 47 46
Octal 351 173 334 0 57 6 11 463 107 106
Binary 11101001 1111011 11011100 0 101111 110 1001 100110011 1000111 1000110

Color Harmonies of #E97BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BDC

Black with #E97BDC

Text Example


Text Example

White with #E97BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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