Html Css Color HEX #E97BD2 Orchid

📋 copy color: '#E97BD2'

red 233 ◦ green 123 ◦ blue 210

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

Shades of Orchid #E97BD2

Tints of Orchid #E97BD2

RGB

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

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

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

R = 41.17%
G = 21.73%
B = 37.1%

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

#E97BD2 (or 0xE97BD2) is known color: Orchid. HEX triplet: E9, 7B and D2. RGB value is (233,123,210). Sum of RGB (Red+Green+Blue) = 233+123+210=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BD2 is #16842D. Grayscale: #A5A5A5. Windows color (decimal): -1475630 or 13794281. OLE color: 13794281.

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

Color convert

RGB 233 123 210 -
CMYK 0 0.47 0.10 0.09
HSL 312.55º 0.71% 0.7% -
HSV(B) 312.55º 0.47% 0.91% -
XYZ 52.32 36.14 65.19 -
YUV 165.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 233 123 210 0 0.47 0.10 0.09 312.55 0.71 0.7
Hex E9 7B D2 0 2F A 9 139 47 46
Octal 351 173 322 0 57 12 11 471 107 106
Binary 11101001 1111011 11010010 0 101111 1010 1001 100111001 1000111 1000110

Color Harmonies of #E97BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BD2

Black with #E97BD2

Text Example


Text Example

White with #E97BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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