Html Css Color HEX #E86CE3 Orchid

📋 copy color: '#E86CE3'

red 232 ◦ green 108 ◦ blue 227

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

Shades of Orchid #E86CE3

Tints of Orchid #E86CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.04%

R = 40.92%
G = 19.05%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E86CE3 (or 0xE86CE3) is known color: Orchid. HEX triplet: E8, 6C and E3. RGB value is (232,108,227). Sum of RGB (Red+Green+Blue) = 232+108+227=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CE3 is #17931C. Grayscale: #9E9E9E. Windows color (decimal): -1544989 or 14904552. OLE color: 14904552.

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

Color convert

RGB 232 108 227 -
CMYK 0 0.53 0.02 0.09
HSL 302.42º 0.73% 0.67% -
HSV(B) 302.42º 0.53% 0.91% -
XYZ 52.51 33.43 76.36 -
YUV 158.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 232 108 227 0 0.53 0.02 0.09 302.42 0.73 0.67
Hex E8 6C E3 0 35 2 9 12E 49 43
Octal 350 154 343 0 65 2 11 456 111 103
Binary 11101000 1101100 11100011 0 110101 10 1001 100101110 1001001 1000011

Color Harmonies of #E86CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CE3

Black with #E86CE3

Text Example


Text Example

White with #E86CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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