Html Css Color HEX #E86DDB Orchid

📋 copy color: '#E86DDB'

red 232 ◦ green 109 ◦ blue 219

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

Shades of Orchid #E86DDB

Tints of Orchid #E86DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 41.43%
G = 19.46%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E86DDB (or 0xE86DDB) is known color: Orchid. HEX triplet: E8, 6D and DB. RGB value is (232,109,219). Sum of RGB (Red+Green+Blue) = 232+109+219=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DDB is #179224. Grayscale: #9E9E9E. Windows color (decimal): -1544741 or 14380520. OLE color: 14380520.

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

Color convert

RGB 232 109 219 -
CMYK 0 0.53 0.06 0.09
HSL 306.34º 0.73% 0.67% -
HSV(B) 306.34º 0.53% 0.91% -
XYZ 51.53 33.21 70.71 -
YUV 158.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 232 109 219 0 0.53 0.06 0.09 306.34 0.73 0.67
Hex E8 6D DB 0 35 6 9 132 49 43
Octal 350 155 333 0 65 6 11 462 111 103
Binary 11101000 1101101 11011011 0 110101 110 1001 100110010 1001001 1000011

Color Harmonies of #E86DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DDB

Black with #E86DDB

Text Example


Text Example

White with #E86DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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