Html Css Color HEX #E97BDB Orchid

📋 copy color: '#E97BDB'

red 233 ◦ green 123 ◦ blue 219

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

Shades of Orchid #E97BDB

Tints of Orchid #E97BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 40.52%
G = 21.39%
B = 38.09%

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

#E97BDB (or 0xE97BDB) is known color: Orchid. HEX triplet: E9, 7B and DB. RGB value is (233,123,219). Sum of RGB (Red+Green+Blue) = 233+123+219=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BDB is #168424. Grayscale: #A6A6A6. Windows color (decimal): -1475621 or 14384105. OLE color: 14384105.

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

Color convert

RGB 233 123 219 -
CMYK 0 0.47 0.06 0.09
HSL 307.64º 0.71% 0.7% -
HSV(B) 307.64º 0.47% 0.91% -
XYZ 53.47 36.6 71.26 -
YUV 166.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 233 123 219 0 0.47 0.06 0.09 307.64 0.71 0.7
Hex E9 7B DB 0 2F 6 9 134 47 46
Octal 351 173 333 0 57 6 11 464 107 106
Binary 11101001 1111011 11011011 0 101111 110 1001 100110100 1000111 1000110

Color Harmonies of #E97BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BDB

Black with #E97BDB

Text Example


Text Example

White with #E97BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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