Html Css Color HEX #E776CF Orchid

📋 copy color: '#E776CF'

red 231 ◦ green 118 ◦ blue 207

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

Shades of Orchid #E776CF

Tints of Orchid #E776CF

RGB

 RED value IS 231 (90.63% from 255) = 41.55%

 GREEN value IS 118 (46.48% from 255) = 21.22%

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

R = 41.55%
G = 21.22%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E776CF (or 0xE776CF) is known color: Orchid. HEX triplet: E7, 76 and CF. RGB value is (231,118,207). Sum of RGB (Red+Green+Blue) = 231+118+207=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E776CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776CF is #188930. Grayscale: #A1A1A1. Windows color (decimal): -1607985 or 13596391. OLE color: 13596391.

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

Color convert

RGB 231 118 207 -
CMYK 0 0.49 0.10 0.09
HSL 312.74º 0.7% 0.68% -
HSV(B) 312.74º 0.49% 0.91% -
XYZ 50.7 34.45 63.01 -
YUV 161.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 231 118 207 0 0.49 0.10 0.09 312.74 0.7 0.68
Hex E7 76 CF 0 31 A 9 139 46 44
Octal 347 166 317 0 61 12 11 471 106 104
Binary 11100111 1110110 11001111 0 110001 1010 1001 100111001 1000110 1000100

Color Harmonies of #E776CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776CF

Black with #E776CF

Text Example


Text Example

White with #E776CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776CF; }

 p { color: rgb(231,118,207); }

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

background-color css

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

 a { background-color: rgb(231,118,207); }

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

border-color css

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

 span { border-color: rgb(231,118,207); }

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