Html Css Color HEX #E97BCE Orchid

📋 copy color: '#E97BCE'

red 233 ◦ green 123 ◦ blue 206

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

Shades of Orchid #E97BCE

Tints of Orchid #E97BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 41.46%
G = 21.89%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E97BCE (or 0xE97BCE) is known color: Orchid. HEX triplet: E9, 7B and CE. RGB value is (233,123,206). Sum of RGB (Red+Green+Blue) = 233+123+206=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BCE is #168431. Grayscale: #A5A5A5. Windows color (decimal): -1475634 or 13532137. OLE color: 13532137.

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

Color convert

RGB 233 123 206 -
CMYK 0 0.47 0.12 0.09
HSL 314.73º 0.71% 0.7% -
HSV(B) 314.73º 0.47% 0.91% -
XYZ 51.83 35.95 62.6 -
YUV 165.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 233 123 206 0 0.47 0.12 0.09 314.73 0.71 0.7
Hex E9 7B CE 0 2F C 9 13B 47 46
Octal 351 173 316 0 57 14 11 473 107 106
Binary 11101001 1111011 11001110 0 101111 1100 1001 100111011 1000111 1000110

Color Harmonies of #E97BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BCE

Black with #E97BCE

Text Example


Text Example

White with #E97BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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