Html Css Color HEX #E77BCC Orchid

📋 copy color: '#E77BCC'

red 231 ◦ green 123 ◦ blue 204

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

Shades of Orchid #E77BCC

Tints of Orchid #E77BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 41.4%
G = 22.04%
B = 36.56%

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

#E77BCC (or 0xE77BCC) is known color: Orchid. HEX triplet: E7, 7B and CC. RGB value is (231,123,204). Sum of RGB (Red+Green+Blue) = 231+123+204=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BCC is #188433. Grayscale: #A4A4A4. Windows color (decimal): -1606708 or 13401063. OLE color: 13401063.

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

Color convert

RGB 231 123 204 -
CMYK 0 0.47 0.12 0.09
HSL 315º 0.69% 0.69% -
HSV(B) 315º 0.47% 0.91% -
XYZ 50.94 35.51 61.3 -
YUV 164.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 231 123 204 0 0.47 0.12 0.09 315 0.69 0.69
Hex E7 7B CC 0 2F C 9 13B 45 45
Octal 347 173 314 0 57 14 11 473 105 105
Binary 11100111 1111011 11001100 0 101111 1100 1001 100111011 1000101 1000101

Color Harmonies of #E77BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77BCC

Black with #E77BCC

Text Example


Text Example

White with #E77BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77BCC; }

 p { color: rgb(231,123,204); }

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

background-color css

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

 a { background-color: rgb(231,123,204); }

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

border-color css

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

 span { border-color: rgb(231,123,204); }

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