Html Css Color HEX #E87DDB Orchid

📋 copy color: '#E87DDB'

red 232 ◦ green 125 ◦ blue 219

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

Shades of Orchid #E87DDB

Tints of Orchid #E87DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.7%

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

R = 40.28%
G = 21.7%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E87DDB (or 0xE87DDB) is known color: Orchid. HEX triplet: E8, 7D and DB. RGB value is (232,125,219). Sum of RGB (Red+Green+Blue) = 232+125+219=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DDB is #178224. Grayscale: #A7A7A7. Windows color (decimal): -1540645 or 14384616. OLE color: 14384616.

HSL color Cylindrical-coordinate representation of color #E87DDB: hue angle of 307.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DDB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 125 219 -
CMYK 0 0.46 0.06 0.09
HSL 307.29º 0.7% 0.7% -
HSV(B) 307.29º 0.46% 0.91% -
XYZ 53.4 36.94 71.33 -
YUV 167.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 232 125 219 0 0.46 0.06 0.09 307.29 0.7 0.7
Hex E8 7D DB 0 2E 6 9 133 46 46
Octal 350 175 333 0 56 6 11 463 106 106
Binary 11101000 1111101 11011011 0 101110 110 1001 100110011 1000110 1000110

Color Harmonies of #E87DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DDB

Black with #E87DDB

Text Example


Text Example

White with #E87DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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