Html Css Color HEX #E87AD0 Orchid

📋 copy color: '#E87AD0'

red 232 ◦ green 122 ◦ blue 208

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

Shades of Orchid #E87AD0

Tints of Orchid #E87AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.71%

 BLUE value IS 208 (81.64% from 255) = 37.01%

R = 41.28%
G = 21.71%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E87AD0 (or 0xE87AD0) is known color: Orchid. HEX triplet: E8, 7A and D0. RGB value is (232,122,208). Sum of RGB (Red+Green+Blue) = 232+122+208=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E87AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87AD0 is #17852F. Grayscale: #A4A4A4. Windows color (decimal): -1541424 or 13662952. OLE color: 13662952.

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

Color convert

RGB 232 122 208 -
CMYK 0 0.47 0.10 0.09
HSL 313.09º 0.71% 0.69% -
HSV(B) 313.09º 0.47% 0.91% -
XYZ 51.62 35.63 63.83 -
YUV 164.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 232 122 208 0 0.47 0.10 0.09 313.09 0.71 0.69
Hex E8 7A D0 0 2F A 9 139 47 45
Octal 350 172 320 0 57 12 11 471 107 105
Binary 11101000 1111010 11010000 0 101111 1010 1001 100111001 1000111 1000101

Color Harmonies of #E87AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87AD0

Black with #E87AD0

Text Example


Text Example

White with #E87AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87AD0; }

 p { color: rgb(232,122,208); }

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

background-color css

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

 a { background-color: rgb(232,122,208); }

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

border-color css

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

 span { border-color: rgb(232,122,208); }

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