Html Css Color HEX #E87DDA Orchid

📋 copy color: '#E87DDA'

red 232 ◦ green 125 ◦ blue 218

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

Shades of Orchid #E87DDA

Tints of Orchid #E87DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 40.35%
G = 21.74%
B = 37.91%

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

#E87DDA (or 0xE87DDA) is known color: Orchid. HEX triplet: E8, 7D and DA. RGB value is (232,125,218). Sum of RGB (Red+Green+Blue) = 232+125+218=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DDA is #178225. Grayscale: #A7A7A7. Windows color (decimal): -1540646 or 14319080. OLE color: 14319080.

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

Color convert

RGB 232 125 218 -
CMYK 0 0.46 0.06 0.09
HSL 307.85º 0.7% 0.7% -
HSV(B) 307.85º 0.46% 0.91% -
XYZ 53.27 36.88 70.64 -
YUV 167.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 232 125 218 0 0.46 0.06 0.09 307.85 0.7 0.7
Hex E8 7D DA 0 2E 6 9 134 46 46
Octal 350 175 332 0 56 6 11 464 106 106
Binary 11101000 1111101 11011010 0 101110 110 1001 100110100 1000110 1000110

Color Harmonies of #E87DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87DDA

Black with #E87DDA

Text Example


Text Example

White with #E87DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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