Html Css Color HEX #E97BD5 Orchid

📋 copy color: '#E97BD5'

red 233 ◦ green 123 ◦ blue 213

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

Shades of Orchid #E97BD5

Tints of Orchid #E97BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.43%

R = 40.95%
G = 21.62%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E97BD5 (or 0xE97BD5) is known color: Orchid. HEX triplet: E9, 7B and D5. RGB value is (233,123,213). Sum of RGB (Red+Green+Blue) = 233+123+213=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BD5 is #16842A. Grayscale: #A5A5A5. Windows color (decimal): -1475627 or 13990889. OLE color: 13990889.

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

Color convert

RGB 233 123 213 -
CMYK 0 0.47 0.09 0.09
HSL 310.91º 0.71% 0.7% -
HSV(B) 310.91º 0.47% 0.91% -
XYZ 52.7 36.29 67.18 -
YUV 166.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 233 123 213 0 0.47 0.09 0.09 310.91 0.71 0.7
Hex E9 7B D5 0 2F 9 9 137 47 46
Octal 351 173 325 0 57 11 11 467 107 106
Binary 11101001 1111011 11010101 0 101111 1001 1001 100110111 1000111 1000110

Color Harmonies of #E97BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BD5

Black with #E97BD5

Text Example


Text Example

White with #E97BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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