Html Css Color HEX #E97CCF Orchid

📋 copy color: '#E97CCF'

red 233 ◦ green 124 ◦ blue 207

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

Shades of Orchid #E97CCF

Tints of Orchid #E97CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 41.31%
G = 21.99%
B = 36.7%

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

#E97CCF (or 0xE97CCF) is known color: Orchid. HEX triplet: E9, 7C and CF. RGB value is (233,124,207). Sum of RGB (Red+Green+Blue) = 233+124+207=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CCF is #168330. Grayscale: #A5A5A5. Windows color (decimal): -1475377 or 13597929. OLE color: 13597929.

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

Color convert

RGB 233 124 207 -
CMYK 0 0.47 0.11 0.09
HSL 314.31º 0.71% 0.7% -
HSV(B) 314.31º 0.47% 0.91% -
XYZ 52.07 36.24 63.28 -
YUV 166.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 233 124 207 0 0.47 0.11 0.09 314.31 0.71 0.7
Hex E9 7C CF 0 2F B 9 13A 47 46
Octal 351 174 317 0 57 13 11 472 107 106
Binary 11101001 1111100 11001111 0 101111 1011 1001 100111010 1000111 1000110

Color Harmonies of #E97CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CCF

Black with #E97CCF

Text Example


Text Example

White with #E97CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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