Html Css Color HEX #E86CD8 Orchid

📋 copy color: '#E86CD8'

red 232 ◦ green 108 ◦ blue 216

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

Shades of Orchid #E86CD8

Tints of Orchid #E86CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.42%

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 41.73%
G = 19.42%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E86CD8 (or 0xE86CD8) is known color: Orchid. HEX triplet: E8, 6C and D8. RGB value is (232,108,216). Sum of RGB (Red+Green+Blue) = 232+108+216=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CD8 is #179327. Grayscale: #9D9D9D. Windows color (decimal): -1545000 or 14183656. OLE color: 14183656.

HSL color Cylindrical-coordinate representation of color #E86CD8: hue angle of 307.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86CD8 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 108 216 -
CMYK 0 0.53 0.07 0.09
HSL 307.74º 0.73% 0.67% -
HSV(B) 307.74º 0.53% 0.91% -
XYZ 51.04 32.84 68.61 -
YUV 157.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 232 108 216 0 0.53 0.07 0.09 307.74 0.73 0.67
Hex E8 6C D8 0 35 7 9 134 49 43
Octal 350 154 330 0 65 7 11 464 111 103
Binary 11101000 1101100 11011000 0 110101 111 1001 100110100 1001001 1000011

Color Harmonies of #E86CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CD8

Black with #E86CD8

Text Example


Text Example

White with #E86CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CD8; }

 p { color: rgb(232,108,216); }

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

background-color css

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

 a { background-color: rgb(232,108,216); }

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

border-color css

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

 span { border-color: rgb(232,108,216); }

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