Html Css Color HEX #E97BCF Orchid

📋 copy color: '#E97BCF'

red 233 ◦ green 123 ◦ blue 207

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

Shades of Orchid #E97BCF

Tints of Orchid #E97BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 41.39%
G = 21.85%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E97BCF (or 0xE97BCF) is known color: Orchid. HEX triplet: E9, 7B and CF. RGB value is (233,123,207). Sum of RGB (Red+Green+Blue) = 233+123+207=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BCF is #168430. Grayscale: #A5A5A5. Windows color (decimal): -1475633 or 13597673. OLE color: 13597673.

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

Color convert

RGB 233 123 207 -
CMYK 0 0.47 0.11 0.09
HSL 314.18º 0.71% 0.7% -
HSV(B) 314.18º 0.47% 0.91% -
XYZ 51.95 35.99 63.24 -
YUV 165.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 233 123 207 0 0.47 0.11 0.09 314.18 0.71 0.7
Hex E9 7B CF 0 2F B 9 13A 47 46
Octal 351 173 317 0 57 13 11 472 107 106
Binary 11101001 1111011 11001111 0 101111 1011 1001 100111010 1000111 1000110

Color Harmonies of #E97BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BCF

Black with #E97BCF

Text Example


Text Example

White with #E97BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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