Html Css Color HEX #E86CD7 Orchid

📋 copy color: '#E86CD7'

red 232 ◦ green 108 ◦ blue 215

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

Shades of Orchid #E86CD7

Tints of Orchid #E86CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 41.8%
G = 19.46%
B = 38.74%

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

#E86CD7 (or 0xE86CD7) is known color: Orchid. HEX triplet: E8, 6C and D7. RGB value is (232,108,215). Sum of RGB (Red+Green+Blue) = 232+108+215=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CD7 is #179328. Grayscale: #9C9C9C. Windows color (decimal): -1545001 or 14118120. OLE color: 14118120.

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

Color convert

RGB 232 108 215 -
CMYK 0 0.53 0.07 0.09
HSL 308.23º 0.73% 0.67% -
HSV(B) 308.23º 0.53% 0.91% -
XYZ 50.91 32.79 67.94 -
YUV 157.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 232 108 215 0 0.53 0.07 0.09 308.23 0.73 0.67
Hex E8 6C D7 0 35 7 9 134 49 43
Octal 350 154 327 0 65 7 11 464 111 103
Binary 11101000 1101100 11010111 0 110101 111 1001 100110100 1001001 1000011

Color Harmonies of #E86CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CD7

Black with #E86CD7

Text Example


Text Example

White with #E86CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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