Html Css Color HEX #E87BCF Orchid

📋 copy color: '#E87BCF'

red 232 ◦ green 123 ◦ blue 207

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

Shades of Orchid #E87BCF

Tints of Orchid #E87BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 41.28%
G = 21.89%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E87BCF (or 0xE87BCF) is known color: Orchid. HEX triplet: E8, 7B and CF. RGB value is (232,123,207). Sum of RGB (Red+Green+Blue) = 232+123+207=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BCF is #178430. Grayscale: #A4A4A4. Windows color (decimal): -1541169 or 13597672. OLE color: 13597672.

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

Color convert

RGB 232 123 207 -
CMYK 0 0.47 0.11 0.09
HSL 313.76º 0.7% 0.7% -
HSV(B) 313.76º 0.47% 0.91% -
XYZ 51.62 35.83 63.23 -
YUV 165.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 232 123 207 0 0.47 0.11 0.09 313.76 0.7 0.7
Hex E8 7B CF 0 2F B 9 13A 46 46
Octal 350 173 317 0 57 13 11 472 106 106
Binary 11101000 1111011 11001111 0 101111 1011 1001 100111010 1000110 1000110

Color Harmonies of #E87BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87BCF

Black with #E87BCF

Text Example


Text Example

White with #E87BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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