Html Css Color HEX #E86BD8 Orchid

📋 copy color: '#E86BD8'

red 232 ◦ green 107 ◦ blue 216

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

Shades of Orchid #E86BD8

Tints of Orchid #E86BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 41.8%
G = 19.28%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E86BD8 (or 0xE86BD8) is known color: Orchid. HEX triplet: E8, 6B and D8. RGB value is (232,107,216). Sum of RGB (Red+Green+Blue) = 232+107+216=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BD8 is #179427. Grayscale: #9C9C9C. Windows color (decimal): -1545256 or 14183400. OLE color: 14183400.

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

Color convert

RGB 232 107 216 -
CMYK 0 0.54 0.07 0.09
HSL 307.68º 0.73% 0.66% -
HSV(B) 307.68º 0.54% 0.91% -
XYZ 50.93 32.63 68.58 -
YUV 156.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 232 107 216 0 0.54 0.07 0.09 307.68 0.73 0.66
Hex E8 6B D8 0 36 7 9 134 49 42
Octal 350 153 330 0 66 7 11 464 111 102
Binary 11101000 1101011 11011000 0 110110 111 1001 100110100 1001001 1000010

Color Harmonies of #E86BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86BD8

Black with #E86BD8

Text Example


Text Example

White with #E86BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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