Html Css Color HEX #E87BD9 Orchid

📋 copy color: '#E87BD9'

red 232 ◦ green 123 ◦ blue 217

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

Shades of Orchid #E87BD9

Tints of Orchid #E87BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 40.56%
G = 21.5%
B = 37.94%

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

#E87BD9 (or 0xE87BD9) is known color: Orchid. HEX triplet: E8, 7B and D9. RGB value is (232,123,217). Sum of RGB (Red+Green+Blue) = 232+123+217=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BD9 is #178426. Grayscale: #A6A6A6. Windows color (decimal): -1541159 or 14253032. OLE color: 14253032.

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

Color convert

RGB 232 123 217 -
CMYK 0 0.47 0.06 0.09
HSL 308.26º 0.7% 0.7% -
HSV(B) 308.26º 0.47% 0.91% -
XYZ 52.89 36.33 69.87 -
YUV 166.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 232 123 217 0 0.47 0.06 0.09 308.26 0.7 0.7
Hex E8 7B D9 0 2F 6 9 134 46 46
Octal 350 173 331 0 57 6 11 464 106 106
Binary 11101000 1111011 11011001 0 101111 110 1001 100110100 1000110 1000110

Color Harmonies of #E87BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87BD9

Black with #E87BD9

Text Example


Text Example

White with #E87BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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