Html Css Color HEX #E977CF Orchid

📋 copy color: '#E977CF'

red 233 ◦ green 119 ◦ blue 207

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

Shades of Orchid #E977CF

Tints of Orchid #E977CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.29%

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

R = 41.68%
G = 21.29%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E977CF (or 0xE977CF) is known color: Orchid. HEX triplet: E9, 77 and CF. RGB value is (233,119,207). Sum of RGB (Red+Green+Blue) = 233+119+207=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CF is #168830. Grayscale: #A2A2A2. Windows color (decimal): -1476657 or 13596649. OLE color: 13596649.

HSL color Cylindrical-coordinate representation of color #E977CF: hue angle of 313.68º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977CF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 119 207 -
CMYK 0 0.49 0.11 0.09
HSL 313.68º 0.72% 0.69% -
HSV(B) 313.68º 0.49% 0.91% -
XYZ 51.46 35.02 63.08 -
YUV 163.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 233 119 207 0 0.49 0.11 0.09 313.68 0.72 0.69
Hex E9 77 CF 0 31 B 9 13A 48 45
Octal 351 167 317 0 61 13 11 472 110 105
Binary 11101001 1110111 11001111 0 110001 1011 1001 100111010 1001000 1000101

Color Harmonies of #E977CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977CF

Black with #E977CF

Text Example


Text Example

White with #E977CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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