Html Css Color HEX #E87BDB Orchid

📋 copy color: '#E87BDB'

red 232 ◦ green 123 ◦ blue 219

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

Shades of Orchid #E87BDB

Tints of Orchid #E87BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.43%

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

R = 40.42%
G = 21.43%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E87BDB (or 0xE87BDB) is known color: Orchid. HEX triplet: E8, 7B and DB. RGB value is (232,123,219). Sum of RGB (Red+Green+Blue) = 232+123+219=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BDB is #178424. Grayscale: #A6A6A6. Windows color (decimal): -1541157 or 14384104. OLE color: 14384104.

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

Color convert

RGB 232 123 219 -
CMYK 0 0.47 0.06 0.09
HSL 307.16º 0.7% 0.7% -
HSV(B) 307.16º 0.47% 0.91% -
XYZ 53.15 36.44 71.25 -
YUV 166.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 232 123 219 0 0.47 0.06 0.09 307.16 0.7 0.7
Hex E8 7B DB 0 2F 6 9 133 46 46
Octal 350 173 333 0 57 6 11 463 106 106
Binary 11101000 1111011 11011011 0 101111 110 1001 100110011 1000110 1000110

Color Harmonies of #E87BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87BDB

Black with #E87BDB

Text Example


Text Example

White with #E87BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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