Html Css Color HEX #E76BE6 Orchid

📋 copy color: '#E76BE6'

red 231 ◦ green 107 ◦ blue 230

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

Shades of Orchid #E76BE6

Tints of Orchid #E76BE6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.84%

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 40.67%
G = 18.84%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#E76BE6 (or 0xE76BE6) is known color: Orchid. HEX triplet: E7, 6B and E6. RGB value is (231,107,230). Sum of RGB (Red+Green+Blue) = 231+107+230=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BE6 is #189419. Grayscale: #9D9D9D. Windows color (decimal): -1610778 or 15100903. OLE color: 15100903.

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

Color convert

RGB 231 107 230 -
CMYK 0 0.54 0.00 0.09
HSL 300.48º 0.72% 0.66% -
HSV(B) 300.48º 0.54% 0.91% -
XYZ 52.5 33.22 78.51 -
YUV 158.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 231 107 230 0 0.54 0.00 0.09 300.48 0.72 0.66
Hex E7 6B E6 0 36 0 9 12C 48 42
Octal 347 153 346 0 66 0 11 454 110 102
Binary 11100111 1101011 11100110 0 110110 0 1001 100101100 1001000 1000010

Color Harmonies of #E76BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BE6

Black with #E76BE6

Text Example


Text Example

White with #E76BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BE6; }

 p { color: rgb(231,107,230); }

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

background-color css

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

 a { background-color: rgb(231,107,230); }

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

border-color css

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

 span { border-color: rgb(231,107,230); }

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