Html Css Color HEX #E86DDF Orchid

📋 copy color: '#E86DDF'

red 232 ◦ green 109 ◦ blue 223

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

Shades of Orchid #E86DDF

Tints of Orchid #E86DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.33%

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

R = 41.13%
G = 19.33%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E86DDF (or 0xE86DDF) is known color: Orchid. HEX triplet: E8, 6D and DF. RGB value is (232,109,223). Sum of RGB (Red+Green+Blue) = 232+109+223=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DDF is #179220. Grayscale: #9E9E9E. Windows color (decimal): -1544737 or 14642664. OLE color: 14642664.

HSL color Cylindrical-coordinate representation of color #E86DDF: hue angle of 304.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DDF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 109 223 -
CMYK 0 0.53 0.04 0.09
HSL 304.39º 0.73% 0.67% -
HSV(B) 304.39º 0.53% 0.91% -
XYZ 52.07 33.42 73.52 -
YUV 158.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 232 109 223 0 0.53 0.04 0.09 304.39 0.73 0.67
Hex E8 6D DF 0 35 4 9 130 49 43
Octal 350 155 337 0 65 4 11 460 111 103
Binary 11101000 1101101 11011111 0 110101 100 1001 100110000 1001001 1000011

Color Harmonies of #E86DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DDF

Black with #E86DDF

Text Example


Text Example

White with #E86DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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