Html Css Color HEX #E97BDA Orchid

📋 copy color: '#E97BDA'

red 233 ◦ green 123 ◦ blue 218

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

Shades of Orchid #E97BDA

Tints of Orchid #E97BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 40.59%
G = 21.43%
B = 37.98%

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

#E97BDA (or 0xE97BDA) is known color: Orchid. HEX triplet: E9, 7B and DA. RGB value is (233,123,218). Sum of RGB (Red+Green+Blue) = 233+123+218=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BDA is #168425. Grayscale: #A6A6A6. Windows color (decimal): -1475622 or 14318569. OLE color: 14318569.

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

Color convert

RGB 233 123 218 -
CMYK 0 0.47 0.06 0.09
HSL 308.18º 0.71% 0.7% -
HSV(B) 308.18º 0.47% 0.91% -
XYZ 53.34 36.55 70.57 -
YUV 166.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 233 123 218 0 0.47 0.06 0.09 308.18 0.71 0.7
Hex E9 7B DA 0 2F 6 9 134 47 46
Octal 351 173 332 0 57 6 11 464 107 106
Binary 11101001 1111011 11011010 0 101111 110 1001 100110100 1000111 1000110

Color Harmonies of #E97BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BDA

Black with #E97BDA

Text Example


Text Example

White with #E97BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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