Html Css Color HEX #E86BE8 Orchid

📋 copy color: '#E86BE8'

red 232 ◦ green 107 ◦ blue 232

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

Shades of Orchid #E86BE8

Tints of Orchid #E86BE8

RGB

 RED value IS 232 (91.02% from 255) = 40.63%

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

 BLUE value IS 232 (91.02% from 255) = 40.63%

R = 40.63%
G = 18.74%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E86BE8 (or 0xE86BE8) is known color: Orchid. HEX triplet: E8, 6B and E8. RGB value is (232,107,232). Sum of RGB (Red+Green+Blue) = 232+107+232=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E86BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E86BE8 is #179417. Grayscale: #9E9E9E. Windows color (decimal): -1545240 or 15231976. OLE color: 15231976.

HSL color Cylindrical-coordinate representation of color #E86BE8: hue angle of 300º degrees, saturation: 0.73, 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 #E86BE8 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 107 232 -
CMYK 0 0.54 0 0.09
HSL 300º 0.73% 0.66% -
HSV(B) 300º 0.54% 0.91% -
XYZ 53.1 33.5 80.01 -
YUV 158.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 232 107 232 0 0.54 0 0.09 300 0.73 0.66
Hex E8 6B E8 0 36 0 9 12C 49 42
Octal 350 153 350 0 66 0 11 454 111 102
Binary 11101000 1101011 11101000 0 110110 0 1001 100101100 1001001 1000010

Color Harmonies of #E86BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86BE8

Black with #E86BE8

Text Example


Text Example

White with #E86BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86BE8; }

 p { color: rgb(232,107,232); }

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

background-color css

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

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

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

border-color css

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

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

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