Html Css Color HEX #E86BD1 Orchid

📋 copy color: '#E86BD1'

red 232 ◦ green 107 ◦ blue 209

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

Shades of Orchid #E86BD1

Tints of Orchid #E86BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.14%

R = 42.34%
G = 19.53%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E86BD1 (or 0xE86BD1) is known color: Orchid. HEX triplet: E8, 6B and D1. RGB value is (232,107,209). Sum of RGB (Red+Green+Blue) = 232+107+209=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BD1 is #17942E. Grayscale: #9B9B9B. Windows color (decimal): -1545263 or 13724648. OLE color: 13724648.

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

Color convert

RGB 232 107 209 -
CMYK 0 0.54 0.10 0.09
HSL 311.04º 0.73% 0.66% -
HSV(B) 311.04º 0.54% 0.91% -
XYZ 50.05 32.27 63.91 -
YUV 156 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 232 107 209 0 0.54 0.10 0.09 311.04 0.73 0.66
Hex E8 6B D1 0 36 A 9 137 49 42
Octal 350 153 321 0 66 12 11 467 111 102
Binary 11101000 1101011 11010001 0 110110 1010 1001 100110111 1001001 1000010

Color Harmonies of #E86BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86BD1

Black with #E86BD1

Text Example


Text Example

White with #E86BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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