Html Css Color HEX #E87BDD Orchid

📋 copy color: '#E87BDD'

red 232 ◦ green 123 ◦ blue 221

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

Shades of Orchid #E87BDD

Tints of Orchid #E87BDD

RGB

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

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

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

R = 40.28%
G = 21.35%
B = 38.37%

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

#E87BDD (or 0xE87BDD) is known color: Orchid. HEX triplet: E8, 7B and DD. RGB value is (232,123,221). Sum of RGB (Red+Green+Blue) = 232+123+221=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BDD is #178422. Grayscale: #A6A6A6. Windows color (decimal): -1541155 or 14515176. OLE color: 14515176.

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

Color convert

RGB 232 123 221 -
CMYK 0 0.47 0.05 0.09
HSL 306.06º 0.7% 0.7% -
HSV(B) 306.06º 0.47% 0.91% -
XYZ 53.41 36.54 72.64 -
YUV 166.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 232 123 221 0 0.47 0.05 0.09 306.06 0.7 0.7
Hex E8 7B DD 0 2F 5 9 132 46 46
Octal 350 173 335 0 57 5 11 462 106 106
Binary 11101000 1111011 11011101 0 101111 101 1001 100110010 1000110 1000110

Color Harmonies of #E87BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87BDD

Black with #E87BDD

Text Example


Text Example

White with #E87BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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