Html Css Color HEX #E86BDF Orchid

📋 copy color: '#E86BDF'

red 232 ◦ green 107 ◦ blue 223

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

Shades of Orchid #E86BDF

Tints of Orchid #E86BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 41.28%
G = 19.04%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E86BDF (or 0xE86BDF) is known color: Orchid. HEX triplet: E8, 6B and DF. RGB value is (232,107,223). Sum of RGB (Red+Green+Blue) = 232+107+223=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BDF is #179420. Grayscale: #9D9D9D. Windows color (decimal): -1545249 or 14642152. OLE color: 14642152.

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

Color convert

RGB 232 107 223 -
CMYK 0 0.54 0.04 0.09
HSL 304.32º 0.73% 0.66% -
HSV(B) 304.32º 0.54% 0.91% -
XYZ 51.86 33 73.45 -
YUV 157.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 232 107 223 0 0.54 0.04 0.09 304.32 0.73 0.66
Hex E8 6B DF 0 36 4 9 130 49 42
Octal 350 153 337 0 66 4 11 460 111 102
Binary 11101000 1101011 11011111 0 110110 100 1001 100110000 1001001 1000010

Color Harmonies of #E86BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86BDF

Black with #E86BDF

Text Example


Text Example

White with #E86BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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