Html Css Color HEX #E87CDD Orchid

📋 copy color: '#E87CDD'

red 232 ◦ green 124 ◦ blue 221

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

Shades of Orchid #E87CDD

Tints of Orchid #E87CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.49%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 40.21%
G = 21.49%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E87CDD (or 0xE87CDD) is known color: Orchid. HEX triplet: E8, 7C and DD. RGB value is (232,124,221). Sum of RGB (Red+Green+Blue) = 232+124+221=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CDD is #178322. Grayscale: #A7A7A7. Windows color (decimal): -1540899 or 14515432. OLE color: 14515432.

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

Color convert

RGB 232 124 221 -
CMYK 0 0.47 0.05 0.09
HSL 306.11º 0.7% 0.7% -
HSV(B) 306.11º 0.47% 0.91% -
XYZ 53.54 36.79 72.69 -
YUV 167.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 232 124 221 0 0.47 0.05 0.09 306.11 0.7 0.7
Hex E8 7C DD 0 2F 5 9 132 46 46
Octal 350 174 335 0 57 5 11 462 106 106
Binary 11101000 1111100 11011101 0 101111 101 1001 100110010 1000110 1000110

Color Harmonies of #E87CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87CDD

Black with #E87CDD

Text Example


Text Example

White with #E87CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87CDD; }

 p { color: rgb(232,124,221); }

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

background-color css

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

 a { background-color: rgb(232,124,221); }

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

border-color css

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

 span { border-color: rgb(232,124,221); }

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